summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches
Commit message (Collapse)AuthorAgeFilesLines
* mac80211: fix compile errors when LED support in the kernel is disabledFelix Fietkau2010-12-102-1/+21
| | | | SVN-Revision: 24411
* ath9k: fix a null pointer deref issueFelix Fietkau2010-12-071-0/+14
| | | | SVN-Revision: 24312
* ath9k: fix a DMA related race condition at hw reset timeFelix Fietkau2010-12-051-0/+74
| | | | SVN-Revision: 24261
* ar71xx: work around a PCI controller bug which causes reads to the ↵Felix Fietkau2010-12-041-13/+0
| | | | | | PCI_COMMAND register to return bogus values - properly fixes ath9k module reload issues SVN-Revision: 24236
* mac80211: update to wireless-testing 2010-11-30Felix Fietkau2010-12-0431-1669/+2419
| | | | SVN-Revision: 24235
* ath9k: use per-device struct for pm_qos_* operationsGabor Juhos2010-12-011-0/+92
| | | | SVN-Revision: 24209
* ath9k: fix software retry counter tracking - should fix 802.11n stability issuesFelix Fietkau2010-11-281-0/+16
| | | | SVN-Revision: 24183
* mac80211: merge the new version of the throughput led trigger patchFelix Fietkau2010-11-284-112/+90
| | | | SVN-Revision: 24182
* ath9k: fix module reload on ar713x based systems with ar92xxFelix Fietkau2010-11-271-0/+13
| | | | SVN-Revision: 24163
* mac80211: add pending patches for throughput based led blinking and replace ↵Felix Fietkau2010-11-279-45/+1075
| | | | | | the broken ath9k blinking code with it SVN-Revision: 24159
* mac80211: cfg80211 should not depend on rfkill.Hauke Mehrtens2010-11-251-0/+13
| | | | | | | If rfkill is build as an module CONFIG_RFKILL_MODULE is set and cfg80211 will also depend on that. Now all modules build from compat-wireless will not use rfkill. SVN-Revision: 24143
* mac80211: improve station mode nullfunc probingFelix Fietkau2010-11-231-11/+14
| | | | SVN-Revision: 24107
* mac80211: improve ad-hoc multicast rate handlingFelix Fietkau2010-11-221-0/+157
| | | | SVN-Revision: 24105
* ath9k_htc: fix eeprom access breakageFelix Fietkau2010-11-221-0/+10
| | | | SVN-Revision: 24098
* ath9k: fix key search for a-mpdu on ar9300Felix Fietkau2010-11-221-0/+23
| | | | SVN-Revision: 24097
* ath9k: fix some more endian issuesFelix Fietkau2010-11-211-0/+58
| | | | SVN-Revision: 24062
* ath9k: fix endian issues on AR9003Felix Fietkau2010-11-201-0/+676
| | | | SVN-Revision: 24047
* mac80211: revert the probe request timeout changeFelix Fietkau2010-11-201-9/+0
| | | | SVN-Revision: 24046
* mac80211: update to latest wireless-testing + more stability workFelix Fietkau2010-11-203-129/+281
| | | | SVN-Revision: 24044
* mac80211: merge the upstream ht40 fixFelix Fietkau2010-11-191-0/+13
| | | | SVN-Revision: 24033
* ath9k: rework the mac address override patch to not break ath9k_htcFelix Fietkau2010-11-192-60/+29
| | | | SVN-Revision: 24031
* mac80211: merge pending cfg80211 patches to fix a race condition with ↵Felix Fietkau2010-11-181-0/+178
| | | | | | setting the regdomain for multiple cards SVN-Revision: 24028
* mac80211: update to wireless-testing 2010-11-16Felix Fietkau2010-11-1718-3968/+348
| | | | SVN-Revision: 24017
* ath9k: add some fixes for AR9003Felix Fietkau2010-11-162-0/+171
| | | | SVN-Revision: 24016
* mac80211: fix another 2.6.35 compile errorFelix Fietkau2010-11-121-0/+11
| | | | SVN-Revision: 23974
* mac80211: fix compile on linux 2.6.35Felix Fietkau2010-11-121-0/+16
| | | | SVN-Revision: 23972
* mac80211: update to wireless-testing 2010-11-10 + some pending workFelix Fietkau2010-11-1133-2173/+3676
| | | | SVN-Revision: 23968
* ath9k: fix a compile error with debugging disabled (#8189)Felix Fietkau2010-11-071-0/+8
| | | | SVN-Revision: 23912
* ath9k: fix ath9k_hw_apply_gpio_override so that it's effectiveFelix Fietkau2010-11-051-1/+1
| | | | | | | | | | | | | I discovered another bug in the ath9k WNDR3700 quirk fix from r23822. ath9k_hw_apply_gpio_override was testing the original value of gpio_mask to determine which bits were appropriate, instead of testing the shifted value. Because bit 0 is always clear in the original value, this resulted in no calls to set the GPIOs, an improperly-configured radio, and reduced RSSI on other systems listening to the radio. Signed-off-by: Mark Mentovai <mark@moxienet.com> SVN-Revision: 23890
* ath9k: fix enabling SWBA interruptsFelix Fietkau2010-11-041-0/+20
| | | | SVN-Revision: 23870
* ath9k: fix a few remaining issues in the xmit queue cleanup patch - reduces ↵Felix Fietkau2010-11-041-21/+41
| | | | | | packet loss under load SVN-Revision: 23856
* ath9k: fix cycle counter trackingFelix Fietkau2010-11-031-0/+33
| | | | SVN-Revision: 23824
* ath9k: fix queue pending frame counter tracking by cleaning up tx queue ↵Felix Fietkau2010-11-031-0/+686
| | | | | | selection SVN-Revision: 23823
* ar71xx: improve the wndr3700 quirks - move most of the code out of ath9k and ↵Felix Fietkau2010-11-039-110/+138
| | | | | | instead allow the platform device to specify gpio overrides - fixes 5ghz signal strength issues SVN-Revision: 23822
* nl80211: fix a station dump crash triggered by sending an invalid ifindexFelix Fietkau2010-10-311-0/+13
| | | | SVN-Revision: 23741
* ath9k: fix aggregation flush on ar9003Felix Fietkau2010-10-271-0/+34
| | | | SVN-Revision: 23650
* ath9k: add more pending locking fixes - fixes tx dma hang issues on resetFelix Fietkau2010-10-272-74/+200
| | | | SVN-Revision: 23649
* mac80211: add support for setting the multicast rate for ibssFelix Fietkau2010-10-252-0/+164
| | | | SVN-Revision: 23635
* ath9k: fix an aggregation hang issue that happens when a hardware reset is ↵Felix Fietkau2010-10-231-0/+42
| | | | | | issued SVN-Revision: 23588
* ath9k: fix sampling frame handling wrt. aggregation, replace minstrel_ht ↵Felix Fietkau2010-10-215-43/+87
| | | | | | performance fixes for better performance SVN-Revision: 23558
* mac80211: decrease the minstrel_ht sampling interval for faster rate adaptionFelix Fietkau2010-10-202-1/+13
| | | | SVN-Revision: 23555
* mac80211: improve minstrel_ht performance by ensuring that rates get sampled ↵Felix Fietkau2010-10-201-0/+31
| | | | | | fast enough SVN-Revision: 23554
* ath9k: fix a small bug in the handling of a few tx descriptor flagsFelix Fietkau2010-10-201-0/+25
| | | | SVN-Revision: 23553
* ath9k: fix a crash that happens when survey stats are accessed before the ↵Felix Fietkau2010-10-201-0/+12
| | | | | | interface is brought up for the first time SVN-Revision: 23549
* ath9k: use the maximum rate power for the channel txpower limitsFelix Fietkau2010-10-201-24/+72
| | | | SVN-Revision: 23543
* ath9k: add a locking fix that might prevent random memory corruption during ↵Felix Fietkau2010-10-201-0/+237
| | | | | | hardware resets SVN-Revision: 23542
* ath9k: fix tx power displayFelix Fietkau2010-10-203-0/+412
| | | | SVN-Revision: 23541
* mac80211: update to wireless-testing 2010-10-19Felix Fietkau2010-10-1921-1749/+8
| | | | SVN-Revision: 23540
* ath9k: make the regulatory override less intrusive - allow it to parse CTLsFelix Fietkau2010-10-191-57/+35
| | | | SVN-Revision: 23539
* mac80211: update to wireless-testing 2010-10-15, add a few ath9k fixes and ↵Felix Fietkau2010-10-1630-1000/+1622
| | | | | | performance enhancements SVN-Revision: 23470