Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mac80211: add mesh_param support | Felix Fietkau | 2013-05-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | This patch add mesh_param support in mac80211.sh It suppose that this patch http://patchwork.openwrt.org/patch/3540/ is applied (add HT support for mesh) Tested with rspro(ar9280)/wr1043nd, BB r36211 see also this http://lists.open80211s.org/pipermail/devel/2012-June/003352.html (mesh_hwmp_rootmode 1 & mesh_gate_announcements 1 => mesh_hwmp_rootmode 4 & mesh_gate_announcements 1) Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr> SVN-Revision: 36640 | ||||
* | mac80211: update to wireless-testing 2013-04-16 + backports | Felix Fietkau | 2013-04-26 | 1 | -6/+9 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36448 | ||||
* | build: consistently use 'depends on' instead of 'depends' | Felix Fietkau | 2013-04-17 | 1 | -1/+1 |
| | | | | | | | | make the syntax more compatible with kernel menuconfig Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36351 | ||||
* | mac80211: download file with firmware for brcmsmac | Hauke Mehrtens | 2013-03-24 | 1 | -0/+7 |
| | | | | | | This fixes #13144. SVN-Revision: 36114 | ||||
* | mac80211: update linux-firmware to latest revision | Jonas Gorski | 2013-02-23 | 1 | -3/+3 |
| | | | | | | | | Fixes mwl8k AP mode for 88e8366. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35758 | ||||
* | mac80211: select relayfs if ath9k debugfs is enabled | Felix Fietkau | 2013-02-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 35757 | ||||
* | mac80211: disable building the wil6210 driver | Felix Fietkau | 2013-02-23 | 1 | -0/+1 |
| | | | | SVN-Revision: 35754 | ||||
* | mac80211: update to wireless-testing 2013-02-22 | Felix Fietkau | 2013-02-23 | 1 | -2/+3 |
| | | | | SVN-Revision: 35753 | ||||
* | mac80211: add missing DRIVER_11N_SUPPORT selects | Jonas Gorski | 2013-02-21 | 1 | -3/+3 |
| | | | | | | | | | Multiple drivers were missing their DRIVER_11N_SUPPORT despite supporting 11N capable cards. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35711 | ||||
* | mac80211: update to 2013-01-07, add several ath9k stability fixes | Felix Fietkau | 2013-01-09 | 1 | -2/+4 |
| | | | | SVN-Revision: 35063 | ||||
* | mac80211: add dependency of PACKAGE_MAC80211_DEBUGFS | Felix Fietkau | 2013-01-04 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | I wanted to use some statistics from /sys/kernel/debug/ieee80211, so I enabled PACKAGE_MAC80211_DEBUGFS. But I could not use it, because CONFIG_KERNEL_DEBUG_FS was not set and it's a little bit hidden. After manually setting CONFIG_KERNEL_DEBUG_FS to y, everything was fine. This patch automatically selects CONFIG_KERNEL_DEBUG_FS if PACKAGE_MAC80211_DEBUGFS is set. Additionally, the help text says "Say N unless you know you need this.", but it's default y. This help text is copied verbatim from the kernel's Kconfig and not true for us. So remove this part of the help text Signed-off-by: Stefan Hellermann <stefan@the2masters.de> SVN-Revision: 35014 | ||||
* | mac80211: b43: add firmware for HT-PHY by default. | Hauke Mehrtens | 2013-01-03 | 1 | -6/+11 |
| | | | | | | remove firmware for LP-Phy core rev 14, I have never seen such a device. SVN-Revision: 35000 | ||||
* | fixes libertas firmware install path | John Crispin | 2013-01-02 | 1 | -2/+2 |
| | | | | | | fixes #12712 SVN-Revision: 34961 | ||||
* | mac80211: do not build mwifiex driver | Hauke Mehrtens | 2012-12-07 | 1 | -1/+2 |
| | | | | SVN-Revision: 34573 | ||||
* | mac80211: update to wireless-testing 2012-12-06 | Felix Fietkau | 2012-12-07 | 1 | -3/+3 |
| | | | | SVN-Revision: 34571 | ||||
* | mac80211: add support for adm8211 wireless driver | Florian Fainelli | 2012-12-06 | 1 | -2/+11 |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34560 | ||||
* | mac80211: clean up patches, replace patching config.mk with a generated sed ↵ | Felix Fietkau | 2012-12-06 | 1 | -12/+48 |
| | | | | | | expression SVN-Revision: 34531 | ||||
* | mac80211: add md5sum for linux-firmware file, to download it from the mirror. | Hauke Mehrtens | 2012-10-25 | 1 | -0/+2 |
| | | | | SVN-Revision: 33932 | ||||
* | mac80211: update carl9170 firmware | Hauke Mehrtens | 2012-10-25 | 1 | -2/+2 |
| | | | | SVN-Revision: 33930 | ||||
* | mac80211: update firmware from linux-firmware | Hauke Mehrtens | 2012-10-18 | 1 | -19/+57 |
| | | | | | | | | | | * add firmware for some more intel wifi cards * use new firmware for some intel wifi cards * remove old firmware version for libertas when we also ship a more recent version * add rt3290.bin for rt2800-pci * use new firmware version for wl12xx, the old one is not supported by the driver any more SVN-Revision: 33854 | ||||
* | mac80211: remove useless menus for extra configuration | Felix Fietkau | 2012-10-17 | 1 | -26/+16 |
| | | | | SVN-Revision: 33805 | ||||
* | mac80211: fix intel wifi autoload module names | Jonas Gorski | 2012-10-09 | 1 | -2/+2 |
| | | | | | | | The autoload directives were using wrong module names, preventing them from being automatically inserted at boot time. SVN-Revision: 33676 | ||||
* | mac80211: brcmsmac: use firmware extracted from proprietary driver | Hauke Mehrtens | 2012-10-08 | 1 | -0/+32 |
| | | | | | | | | The firmware from linux-firmware does not support the rev 17 core found in a bcm4716. The firmware extracted from the proprietary driver supports this core. Use this firmware instead by default. SVN-Revision: 33669 | ||||
* | tools: add b43-tools | Hauke Mehrtens | 2012-10-08 | 1 | -58/+9 |
| | | | | | | Move the b43-tools build from the mac80211 Makefile into an own package in tools and use the newest version of b43-tools. SVN-Revision: 33668 | ||||
* | mac80211: fix spacing | Hauke Mehrtens | 2012-10-08 | 1 | -4/+4 |
| | | | | SVN-Revision: 33667 | ||||
* | add myself as a maintainer for various packages | Felix Fietkau | 2012-10-08 | 1 | -0/+2 |
| | | | | SVN-Revision: 33660 | ||||
* | dont explicitly select wireless-tools. rely on the drivers that need them to ↵ | John Crispin | 2012-09-28 | 1 | -1/+1 |
| | | | | | | have the right dependency SVN-Revision: 33593 | ||||
* | mac80211: add uci support for configuring antenna gain | Felix Fietkau | 2012-09-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 33587 | ||||
* | mac80211: extend help for new options in b43-fwsquash.py | Hauke Mehrtens | 2012-09-23 | 1 | -0/+2 |
| | | | | SVN-Revision: 33530 | ||||
* | build: add the + token to any commands that can pass through the jobserver, ↵ | Felix Fietkau | 2012-09-23 | 1 | -1/+1 |
| | | | | | | fixes parallel build on some systems SVN-Revision: 33523 | ||||
* | mac80211: remove ep93xx target from blacklist. | Florian Fainelli | 2012-09-19 | 1 | -1/+1 |
| | | | | SVN-Revision: 33465 | ||||
* | mac80211: bump PKG_RELEASE | Felix Fietkau | 2012-09-08 | 1 | -1/+1 |
| | | | | SVN-Revision: 33333 | ||||
* | mac80211: update to 2012-09-07, adds ath9k beacon fixes, mesh/adhoc fixes, ↵ | Felix Fietkau | 2012-09-08 | 1 | -2/+2 |
| | | | | | | and more SVN-Revision: 33331 | ||||
* | mac80211: do not delete linux/*_platform.h, they are touched by patches. ↵ | Felix Fietkau | 2012-08-06 | 1 | -3/+6 |
| | | | | | | instead make the build fail if they differ from the ones in the kernel tree to prevent subtle runtime issues (see #11981) SVN-Revision: 33030 | ||||
* | mac80211: remove header files used to share struct with platform code. | Hauke Mehrtens | 2012-08-05 | 1 | -0/+6 |
| | | | | | | | | | The structs defined in these header files should be the same as the structes used by the platform code otherwise it will cause strange runtime errors. By removing them from compat-wireless we will get a compile error instead of a runtime error if they are out of sync. SVN-Revision: 33006 | ||||
* | mae brcmutil depend on PCI and USB. This broke ar7 fullbuilds | John Crispin | 2012-07-27 | 1 | -0/+1 |
| | | | | SVN-Revision: 32886 | ||||
* | mac80211: update to latest wireless-testing + some monitor mode fixes and ↵ | Felix Fietkau | 2012-07-16 | 1 | -2/+2 |
| | | | | | | some libertas driver fixes SVN-Revision: 32760 | ||||
* | mac80211: update to latest version, fix tx gain patch | Felix Fietkau | 2012-07-10 | 1 | -3/+3 |
| | | | | SVN-Revision: 32655 | ||||
* | mac80211: add support for AR9550 | Gabor Juhos | 2012-07-03 | 1 | -1/+1 |
| | | | | SVN-Revision: 32588 | ||||
* | mac80211: update to wireless-testing 2012-06-14 | Felix Fietkau | 2012-06-18 | 1 | -2/+2 |
| | | | | SVN-Revision: 32420 | ||||
* | mac80211: make brcmfmac depend on usb | Hauke Mehrtens | 2012-06-01 | 1 | -1/+1 |
| | | | | SVN-Revision: 32019 | ||||
* | mac80211: update to wireless-testing 2012-05-29 | Felix Fietkau | 2012-05-30 | 1 | -3/+3 |
| | | | | SVN-Revision: 32002 | ||||
* | mac80211: use built-in regulatory database instead of crda to avoid various ↵ | Felix Fietkau | 2012-05-28 | 1 | -1/+4 |
| | | | | | | race conditions SVN-Revision: 31954 | ||||
* | mac80211: add brcmfmac driver | Hauke Mehrtens | 2012-05-18 | 1 | -16/+51 |
| | | | | SVN-Revision: 31786 | ||||
* | switch to the new linux-firmware git tree, use the new wl12xx firmware files | Imre Kaloz | 2012-05-03 | 1 | -10/+12 |
| | | | | SVN-Revision: 31575 | ||||
* | mac80211: load lib80211 after cfg80211 (#11342) | Felix Fietkau | 2012-04-29 | 1 | -1/+1 |
| | | | | SVN-Revision: 31537 | ||||
* | mac80211: update to 2012-04-17, adds some build fixes and juhosg's ar9380 tx ↵ | Felix Fietkau | 2012-04-19 | 1 | -2/+2 |
| | | | | | | power fix SVN-Revision: 31347 | ||||
* | mac80211: update to wireless-testing 2012-04-13 | Felix Fietkau | 2012-04-16 | 1 | -3/+5 |
| | | | | SVN-Revision: 31322 | ||||
* | mac80211: add missing dependency to mac80211 to brcmsmac | Hauke Mehrtens | 2012-04-13 | 1 | -1/+1 |
| | | | | SVN-Revision: 31277 | ||||
* | mac80211: kmod-ath should not depend on PCI or USB support for the atheros ↵ | Felix Fietkau | 2012-03-30 | 1 | -1/+1 |
| | | | | | | target SVN-Revision: 31151 |