Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | ath9k: make endian check optional | Felix Fietkau | 2012-03-27 | |
| | | | | | | | Turns out it triggers on some AR71xx devices where no swapping should be done. Enable endian check for the lantiq target. SVN-Revision: 31084 | |||
* | fixes #31068, rename 999-ath9k.patch to 501-ath9k-eeprom_endianess.patch | John Crispin | 2012-03-25 | |
| | | | | SVN-Revision: 31071 | |||
* | adds eeprom endianess check to ath9k | John Crispin | 2012-03-25 | |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 31068 | |||
* | adds ath5k platfrom_device eep support | John Crispin | 2012-03-25 | |
| | | | | | | Signed-off-by: Andrej Vlašić <andrej.vlasic0@gmail.com> SVN-Revision: 31067 | |||
* | mac80211: reduce cpu load by optimizing aggregation session timeout handling | Felix Fietkau | 2012-03-17 | |
| | | | | SVN-Revision: 30968 | |||
* | ath9k: remove the queue wake optimization, it may be unreliable in some cases | Felix Fietkau | 2012-03-16 | |
| | | | | SVN-Revision: 30959 | |||
* | ath9k: optimize waking tx queues, slightly improves performance under load | Felix Fietkau | 2012-03-13 | |
| | | | | SVN-Revision: 30918 | |||
* | ath9k: remove stuck beacon detection optimization, it may be unreliable on ↵ | Felix Fietkau | 2012-03-13 | |
| | | | | | | some hardware SVN-Revision: 30915 | |||
* | rt2x00: merge a fix for random tx stalls | Felix Fietkau | 2012-03-10 | |
| | | | | SVN-Revision: 30871 | |||
* | mac80211: limit TID buffering to prevent out-of-memory issues on low-memory ↵ | Felix Fietkau | 2012-03-10 | |
| | | | | | | systems SVN-Revision: 30870 | |||
* | ath9k: fix passing MAC time to mac80211 | Felix Fietkau | 2012-03-10 | |
| | | | | SVN-Revision: 30869 | |||
* | ath9k: increase rx buffers for improved performance with 3x3 chipsets | Felix Fietkau | 2012-03-10 | |
| | | | | SVN-Revision: 30868 | |||
* | ath9k: merge an ANI improvement patch, improves performance in some environments | Felix Fietkau | 2012-03-10 | |
| | | | | SVN-Revision: 30867 | |||
* | mac80211/ath9k: some more performance improvements | Felix Fietkau | 2012-03-10 | |
| | | | | SVN-Revision: 30866 | |||
* | mac80211: more patch reorganization, merge an upstream performance ↵ | Felix Fietkau | 2012-03-10 | |
| | | | | | | optimization patch SVN-Revision: 30865 | |||
* | ath9k: merge a fix for hardware full sleep | Felix Fietkau | 2012-03-10 | |
| | | | | SVN-Revision: 30864 | |||
* | mac80211: reorganize patches, fold in patches that were merged upstream | Felix Fietkau | 2012-03-10 | |
| | | | | SVN-Revision: 30863 | |||
* | ath9k: fix misplaced ifdef | Felix Fietkau | 2012-03-01 | |
| | | | | SVN-Revision: 30766 | |||
* | ath9k: disable btcoex again after it got re-enabled by the update | Felix Fietkau | 2012-03-01 | |
| | | | | SVN-Revision: 30765 | |||
* | ath9k: disable MAC sample debugging, it is almost never used and wastes ↵ | Felix Fietkau | 2012-03-01 | |
| | | | | | | precious CPU cycles SVN-Revision: 30764 | |||
* | mac80211: optimize mac address comparisons to improve performance | Felix Fietkau | 2012-03-01 | |
| | | | | SVN-Revision: 30763 | |||
* | mac80211: fix ad-hoc mode performance regression | Felix Fietkau | 2012-03-01 | |
| | | | | SVN-Revision: 30758 | |||
* | mac80211: remove 060-fix_compat_security.patch, it is no longer needed | Felix Fietkau | 2012-02-28 | |
| | | | | SVN-Revision: 30753 | |||
* | mac80211: update to wireless-testing 2012-02-27 | Felix Fietkau | 2012-02-27 | |
| | | | | SVN-Revision: 30746 | |||
* | ath9k: fix beacon issues on ar93xx | Felix Fietkau | 2012-02-27 | |
| | | | | SVN-Revision: 30745 | |||
* | mac80211: update to wireless-testing 2012-02-23 | Felix Fietkau | 2012-02-27 | |
| | | | | SVN-Revision: 30742 | |||
* | mac80211: fix memory leak on bcm5354 | Hauke Mehrtens | 2012-02-20 | |
| | | | | | | | | The ucode triggers the gpio pins used for the buttons and causes diag to handle them and send them to userspace. This only happened with a more recent firmware. This patch was tested on an Asus wl-520GU and should also work on the other bcm5354 based asus devices. I do not know if it works on the dir320. SVN-Revision: 30665 | |||
* | mac80211: brcmsmac: fix a build warning, till we update bcma | Hauke Mehrtens | 2012-02-19 | |
| | | | | SVN-Revision: 30644 | |||
* | mac80211: add brcmsmac driver | Hauke Mehrtens | 2012-02-19 | |
| | | | | | | brcmsmac does not work on bcm47xx based devices or has AP mode support for now. SVN-Revision: 30643 | |||
* | mac80211: rt2x00: allow to disable bands via platform data | Gabor Juhos | 2012-02-18 | |
| | | | | SVN-Revision: 30629 | |||
* | ath5k: do not re-run AGC calibration periodically - fixes stability issues ↵ | Felix Fietkau | 2012-02-17 | |
| | | | | | | on AR2315 (#10574) SVN-Revision: 30624 | |||
* | ath5k: do not stop the hardware queues during PAPD calibration, speeds up ↵ | Felix Fietkau | 2012-02-17 | |
| | | | | | | calibration SVN-Revision: 30623 | |||
* | package/mac80211: fix a possible NULL pointer dereference in rt2x00 | Gabor Juhos | 2012-02-16 | |
| | | | | SVN-Revision: 30586 | |||
* | ath9k: prevent writes to const data on AR9160 | Felix Fietkau | 2012-02-15 | |
| | | | | SVN-Revision: 30551 | |||
* | package/mac80211: apply AR71XX PCI workaround on ATH79 as well | Gabor Juhos | 2012-02-10 | |
| | | | | SVN-Revision: 30413 | |||
* | mac80211: merge a LED related locking fix | Felix Fietkau | 2012-02-09 | |
| | | | | SVN-Revision: 30396 | |||
* | mac80211: fix a potential rate control related crash | Felix Fietkau | 2012-02-08 | |
| | | | | SVN-Revision: 30388 | |||
* | ath9k: ignore invalid signal strength values in a-mpdu packets, fixes ↵ | Felix Fietkau | 2012-02-07 | |
| | | | | | | average signal strength display fluctuations SVN-Revision: 30359 | |||
* | mac80211: update to wireless-testing 2012-02-06 | Felix Fietkau | 2012-02-07 | |
| | | | | SVN-Revision: 30346 | |||
* | ath9k: fix CTS timeout issues in 2.4 ghz | Felix Fietkau | 2012-02-03 | |
| | | | | SVN-Revision: 30010 | |||
* | ath9k: fix WEP connection issues | Felix Fietkau | 2012-02-03 | |
| | | | | SVN-Revision: 30009 | |||
* | mac80211: fix patch when running on ssb based devices | Hauke Mehrtens | 2012-01-27 | |
| | | | | SVN-Revision: 29922 | |||
* | ath9k: revert one more linux upstream commit in the initvals to fully fix ↵ | Felix Fietkau | 2012-01-27 | |
| | | | | | | the ar938x tx power issue SVN-Revision: 29920 | |||
* | ath9k: fix initvals for high-power ar938x devices, fixes tx power on buffalo ↵ | Felix Fietkau | 2012-01-27 | |
| | | | | | | wzr-hp-g450h SVN-Revision: 29918 | |||
* | brcm47xx: add support for pcie host controller on bcma based SoCs. | Hauke Mehrtens | 2012-01-21 | |
| | | | | | | This also adds minimal support for the BCMA43224 pcie wireless card. SVN-Revision: 29843 | |||
* | rt2x00: add a patch to avoid excessive memmove() on packet contents to ↵ | Felix Fietkau | 2012-01-16 | |
| | | | | | | improve performance (patch by Helmut Schaa) SVN-Revision: 29760 | |||
* | ath9k: fix handling of the KeyMiss flag for received packets - fixes ↵ | Felix Fietkau | 2012-01-14 | |
| | | | | | | connection stability issues with crypto enabled SVN-Revision: 29745 | |||
* | ath9k: merge a channel change fix from linux-wireless | Felix Fietkau | 2012-01-07 | |
| | | | | SVN-Revision: 29684 | |||
* | mac80211: deactivate mac80211 tracing | Hauke Mehrtens | 2011-12-19 | |
| | | | | | | Activating tracing on kernel <= 2.6.32 causes build errors. SVN-Revision: 29572 | |||
* | ath9k: fix another tx locking issue | Felix Fietkau | 2011-12-19 | |
| | | | | SVN-Revision: 29570 |