aboutsummaryrefslogtreecommitdiff
path: root/package/mac80211/patches
Commit message (Collapse)AuthorAge
...
* Revert "mac80211: add backport of the module_pci_driver macro"Gabor Juhos2012-04-22
| | | | | | Erm, Hauke was faster. SVN-Revision: 31439
* mac80211: add backport of the module_pci_driver macroGabor Juhos2012-04-22
| | | | | | That is required by various PCI drivers. SVN-Revision: 31438
* mac80211: add module_pci_driver to compatHauke Mehrtens2012-04-22
| | | | | | | | Without module_pci_driver being defined the pci drivers do not get registered. Should fix #11332 SVN-Revision: 31437
* mac80211: suppress 3-address multicast frames on WDS APs without non-WDS ↵Felix Fietkau2012-04-21
| | | | | | stations SVN-Revision: 31429
* ath9k: merge a tkip related stability fixFelix Fietkau2012-04-21
| | | | SVN-Revision: 31428
* mac80211: update to 2012-04-17, adds some build fixes and juhosg's ar9380 tx ↵Felix Fietkau2012-04-19
| | | | | | power fix SVN-Revision: 31347
* ath9k/ath5k: fix driver load issues with mesh support compiled outFelix Fietkau2012-04-17
| | | | SVN-Revision: 31326
* mac80211: update to wireless-testing 2012-04-13Felix Fietkau2012-04-16
| | | | SVN-Revision: 31322
* kernel: update bcma and ssb to version master-2012-04-12 from wireless-testingHauke Mehrtens2012-04-13
| | | | SVN-Revision: 31278
* ath9k: fix sleep mode handling issues, should improve client mode reliabilityFelix Fietkau2012-04-12
| | | | SVN-Revision: 31265
* ath9k: make endian check optionalFelix Fietkau2012-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.patchJohn Crispin2012-03-25
| | | | SVN-Revision: 31071
* adds eeprom endianess check to ath9kJohn Crispin2012-03-25
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 31068
* adds ath5k platfrom_device eep supportJohn Crispin2012-03-25
| | | | | | Signed-off-by: Andrej Vlašić <andrej.vlasic0@gmail.com> SVN-Revision: 31067
* mac80211: reduce cpu load by optimizing aggregation session timeout handlingFelix Fietkau2012-03-17
| | | | SVN-Revision: 30968
* ath9k: remove the queue wake optimization, it may be unreliable in some casesFelix Fietkau2012-03-16
| | | | SVN-Revision: 30959
* ath9k: optimize waking tx queues, slightly improves performance under loadFelix Fietkau2012-03-13
| | | | SVN-Revision: 30918
* ath9k: remove stuck beacon detection optimization, it may be unreliable on ↵Felix Fietkau2012-03-13
| | | | | | some hardware SVN-Revision: 30915
* rt2x00: merge a fix for random tx stallsFelix Fietkau2012-03-10
| | | | SVN-Revision: 30871
* mac80211: limit TID buffering to prevent out-of-memory issues on low-memory ↵Felix Fietkau2012-03-10
| | | | | | systems SVN-Revision: 30870
* ath9k: fix passing MAC time to mac80211Felix Fietkau2012-03-10
| | | | SVN-Revision: 30869
* ath9k: increase rx buffers for improved performance with 3x3 chipsetsFelix Fietkau2012-03-10
| | | | SVN-Revision: 30868
* ath9k: merge an ANI improvement patch, improves performance in some environmentsFelix Fietkau2012-03-10
| | | | SVN-Revision: 30867
* mac80211/ath9k: some more performance improvementsFelix Fietkau2012-03-10
| | | | SVN-Revision: 30866
* mac80211: more patch reorganization, merge an upstream performance ↵Felix Fietkau2012-03-10
| | | | | | optimization patch SVN-Revision: 30865
* ath9k: merge a fix for hardware full sleepFelix Fietkau2012-03-10
| | | | SVN-Revision: 30864
* mac80211: reorganize patches, fold in patches that were merged upstreamFelix Fietkau2012-03-10
| | | | SVN-Revision: 30863
* ath9k: fix misplaced ifdefFelix Fietkau2012-03-01
| | | | SVN-Revision: 30766
* ath9k: disable btcoex again after it got re-enabled by the updateFelix Fietkau2012-03-01
| | | | SVN-Revision: 30765
* ath9k: disable MAC sample debugging, it is almost never used and wastes ↵Felix Fietkau2012-03-01
| | | | | | precious CPU cycles SVN-Revision: 30764
* mac80211: optimize mac address comparisons to improve performanceFelix Fietkau2012-03-01
| | | | SVN-Revision: 30763
* mac80211: fix ad-hoc mode performance regressionFelix Fietkau2012-03-01
| | | | SVN-Revision: 30758
* mac80211: remove 060-fix_compat_security.patch, it is no longer neededFelix Fietkau2012-02-28
| | | | SVN-Revision: 30753
* mac80211: update to wireless-testing 2012-02-27Felix Fietkau2012-02-27
| | | | SVN-Revision: 30746
* ath9k: fix beacon issues on ar93xxFelix Fietkau2012-02-27
| | | | SVN-Revision: 30745
* mac80211: update to wireless-testing 2012-02-23Felix Fietkau2012-02-27
| | | | SVN-Revision: 30742
* mac80211: fix memory leak on bcm5354Hauke Mehrtens2012-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 bcmaHauke Mehrtens2012-02-19
| | | | SVN-Revision: 30644
* mac80211: add brcmsmac driverHauke Mehrtens2012-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 dataGabor Juhos2012-02-18
| | | | SVN-Revision: 30629
* ath5k: do not re-run AGC calibration periodically - fixes stability issues ↵Felix Fietkau2012-02-17
| | | | | | on AR2315 (#10574) SVN-Revision: 30624
* ath5k: do not stop the hardware queues during PAPD calibration, speeds up ↵Felix Fietkau2012-02-17
| | | | | | calibration SVN-Revision: 30623
* package/mac80211: fix a possible NULL pointer dereference in rt2x00Gabor Juhos2012-02-16
| | | | SVN-Revision: 30586
* ath9k: prevent writes to const data on AR9160Felix Fietkau2012-02-15
| | | | SVN-Revision: 30551
* package/mac80211: apply AR71XX PCI workaround on ATH79 as wellGabor Juhos2012-02-10
| | | | SVN-Revision: 30413
* mac80211: merge a LED related locking fixFelix Fietkau2012-02-09
| | | | SVN-Revision: 30396
* mac80211: fix a potential rate control related crashFelix Fietkau2012-02-08
| | | | SVN-Revision: 30388
* ath9k: ignore invalid signal strength values in a-mpdu packets, fixes ↵Felix Fietkau2012-02-07
| | | | | | average signal strength display fluctuations SVN-Revision: 30359
* mac80211: update to wireless-testing 2012-02-06Felix Fietkau2012-02-07
| | | | SVN-Revision: 30346
* ath9k: fix CTS timeout issues in 2.4 ghzFelix Fietkau2012-02-03
| | | | SVN-Revision: 30010