Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mac80211: merge a client mode channel switch handling fix | Felix Fietkau | 2013-05-03 | 1 | -31/+47 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36531 | ||||
* | ar71xx: add an external reset callback for ar913x and use it in ath9k - ↵ | Felix Fietkau | 2013-05-03 | 5 | -6/+42 |
| | | | | | | | | should reduce the frequency of DMA stop failures Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36530 | ||||
* | mac80211: brcmsmac: remove initial support for core rev 28 | Hauke Mehrtens | 2013-04-28 | 1 | -75/+0 |
| | | | | | | To add support for core rev 28 there are a lot more changes needed. SVN-Revision: 36477 | ||||
* | mac80211: b43: only use gpio 0 and 1 for the wifi led | Hauke Mehrtens | 2013-04-28 | 1 | -0/+17 |
| | | | | | | sometimes b43 truned the gpio for the switch reset on. SVN-Revision: 36476 | ||||
* | mac80211: b43: Handle DMA RX descriptor underrun | Hauke Mehrtens | 2013-04-28 | 2 | -0/+156 |
| | | | | SVN-Revision: 36474 | ||||
* | ath9k: fix keycache handling with many connected clients | Felix Fietkau | 2013-04-27 | 1 | -0/+27 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36467 | ||||
* | mac80211: refresh patch | Felix Fietkau | 2013-04-27 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36466 | ||||
* | mac80211: update to wireless-testing 2013-04-16 + backports | Felix Fietkau | 2013-04-26 | 67 | -3750/+3703 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36448 | ||||
* | mac80211: use the original mac address for the first virtual interface | Felix Fietkau | 2013-04-23 | 1 | -1/+3 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36408 | ||||
* | mac80211: rework mac address allocation | Felix Fietkau | 2013-04-17 | 1 | -10/+24 |
| | | | | | | | | | | | | | | | | | | | If the first byte is available in the address mask, use only that one - set the local bit and xor it with the id << 2. This ensures that there are no hardware BSSID & BSSID-mask conflicts with devices that have almost the same MAC address with just a small offset. The MAC address conflict has been observed in a deployment with some devices from the same batch when running with multiple interfaces. If only some bits of the last byte are available, xor the id onto the last MAC address byte (relevant mostly for Ralink devices). In other cases (should not happen at this point), use the previous MAC address offset calculation but without the local bit. Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36353 | ||||
* | 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 | ||||
* | ath9k: change the BSSID mask calculation to fix setting arbitrary MAC ↵ | Felix Fietkau | 2013-04-16 | 8 | -14/+123 |
| | | | | | | | | address on interfaces Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36344 | ||||
* | mac80211: merge upstream legacy minstrel improvements | Felix Fietkau | 2013-04-15 | 1 | -14/+482 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36334 | ||||
* | mac80211: fix a client mode reconnect issue | Felix Fietkau | 2013-04-10 | 1 | -0/+40 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36311 | ||||
* | ath9k: fix an AR9580 specific crypto related stability issue | Felix Fietkau | 2013-04-10 | 1 | -0/+11 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36306 | ||||
* | mac80211: revert the queue length to the default (reduction obsoleted by the ↵ | Felix Fietkau | 2013-04-10 | 1 | -10/+0 |
| | | | | | | | | use of fq_codel) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36305 | ||||
* | ath9k: fix a tx processing race condition on AR9300+ | Felix Fietkau | 2013-04-07 | 1 | -0/+74 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36267 | ||||
* | ath9k_htc: accept firmware versions newer than 1.3 | Felix Fietkau | 2013-04-07 | 1 | -0/+11 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36266 | ||||
* | mac80211: merge an idle handling fix (fixes ath9k_htc client mode), refresh ↵ | Felix Fietkau | 2013-04-07 | 21 | -104/+147 |
| | | | | | | | | patches Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36265 | ||||
* | add a helper that allows loading the eeprom from a MTD partition pointed to ↵ | John Crispin | 2013-04-04 | 1 | -0/+106 |
| | | | | | | | | by a phandle Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36194 | ||||
* | several patches to make OF work on rt2x00 | John Crispin | 2013-04-03 | 4 | -0/+141 |
| | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36178 | ||||
* | add RT5350 wifi support | John Crispin | 2013-04-03 | 1 | -0/+413 |
| | | | | | | | | | | MTK/Ralink Acked replied and says we can merge this patch under the GPL. Signed-off-by: Serge Vasilugin <vasilugin@yandex.ru> Tested-by: Michel Stempin <michel.stempin@wanadoo.fr> Acked-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36177 | ||||
* | mac80211: backport some upstream mwl8k fixes | Jonas Gorski | 2013-03-27 | 3 | -1/+115 |
| | | | | SVN-Revision: 36134 | ||||
* | mac80211: download file with firmware for brcmsmac | Hauke Mehrtens | 2013-03-24 | 1 | -0/+7 |
| | | | | | | This fixes #13144. SVN-Revision: 36114 | ||||
* | mac80211: update brcmsmac ap patches | Hauke Mehrtens | 2013-03-24 | 9 | -31/+175 |
| | | | | SVN-Revision: 36113 | ||||
* | mac80211: merge a few minstrel_ht performance improvements | Felix Fietkau | 2013-03-16 | 1 | -10/+43 |
| | | | | SVN-Revision: 36056 | ||||
* | mac80211: merge a fix for a race condition on station removal | Felix Fietkau | 2013-03-15 | 1 | -0/+32 |
| | | | | SVN-Revision: 36053 | ||||
* | ath9k: add a fix to reduce the number of spurious tx hang detections | Felix Fietkau | 2013-03-15 | 1 | -0/+37 |
| | | | | SVN-Revision: 36040 | ||||
* | ath9k: fix issues with disabling rx/tx antennas | Felix Fietkau | 2013-03-15 | 1 | -1/+54 |
| | | | | SVN-Revision: 36035 | ||||
* | mac80211: backport required changes to support 3.9-rc kernels | Florian Fainelli | 2013-03-14 | 17 | -30/+384 |
| | | | | SVN-Revision: 36007 | ||||
* | fixes mbssid on ralink hardware | John Crispin | 2013-03-12 | 1 | -2/+4 |
| | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 35986 | ||||
* | mac80211: b43: increase number of rx slots to 256 again. | Hauke Mehrtens | 2013-03-10 | 1 | -1/+1 |
| | | | | SVN-Revision: 35944 | ||||
* | mac80211: decrease rx slots to 128, I hope this is a good trade of between ↵ | Hauke Mehrtens | 2013-03-09 | 1 | -1/+1 |
| | | | | | | stability and memory consumption. SVN-Revision: 35913 | ||||
* | build: BSD compile fixes | Felix Fietkau | 2013-03-07 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | following patch allows to build images for Qemu ARM on OpenBSD 5.2 amd64 and FreeBSD 9.1 amd64. Mostly small pieces of code changes to get things right on the specific platform. Updated the README to describe better, which tools on the host are required. Added some kind of prepare scripts to install needed tools on BSD via packages. Signed-off-by: Waldemar Brodkorb <mail@waldemar-brodkorb.de> SVN-Revision: 35900 | ||||
* | mac80211: add another minstrel_ht performance improvement | Felix Fietkau | 2013-03-05 | 1 | -0/+9 |
| | | | | SVN-Revision: 35890 | ||||
* | mac80211: merge some more minstrel_ht performance improvements | Felix Fietkau | 2013-03-03 | 1 | -16/+61 |
| | | | | SVN-Revision: 35848 | ||||
* | mac80211: merge minstrel_ht rate control performance improvements | Felix Fietkau | 2013-03-02 | 1 | -0/+129 |
| | | | | SVN-Revision: 35847 | ||||
* | mac80211: another fix for monitor mode handling (fixes #13071) | Felix Fietkau | 2013-03-02 | 1 | -3/+23 |
| | | | | SVN-Revision: 35846 | ||||
* | mac80211: fix sending probe requests in client mode, fixes connecting to ↵ | Felix Fietkau | 2013-02-26 | 2 | -2/+68 |
| | | | | | | hidden networks (#13056) SVN-Revision: 35819 | ||||
* | rt2x00: prevent device probe errors with CONFIG_MAC80211_MESH disabled (#13080) | Felix Fietkau | 2013-02-26 | 2 | -2/+27 |
| | | | | SVN-Revision: 35806 | ||||
* | ath9k: issue a cold reset after failures or after bringing the chip out of ↵ | Felix Fietkau | 2013-02-25 | 5 | -5/+18 |
| | | | | | | full sleep - fixes many kinds of DMA issues SVN-Revision: 35785 | ||||
* | mac80211: brcmsmac: add ap mode support | Hauke Mehrtens | 2013-02-24 | 14 | -0/+1121 |
| | | | | | | This does not work very well. I did not got this running in 5GHz mode and it was not very fast. SVN-Revision: 35763 | ||||
* | mac80211: disable ipv4/ipv6 address notifiers (fixes #13055) | Felix Fietkau | 2013-02-24 | 1 | -0/+67 |
| | | | | SVN-Revision: 35762 | ||||
* | mac80211: fix monitor mode channel reporting | Felix Fietkau | 2013-02-23 | 2 | -1/+26 |
| | | | | SVN-Revision: 35761 | ||||
* | mac80211: fix monitor-only injection | Felix Fietkau | 2013-02-23 | 1 | -0/+9 |
| | | | | SVN-Revision: 35760 | ||||
* | mac80211: fix wireless extension support | Felix Fietkau | 2013-02-23 | 1 | -0/+18 |
| | | | | SVN-Revision: 35759 | ||||
* | 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 | 35 | -3158/+367 |
| | | | | SVN-Revision: 35753 |