summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches
Commit message (Collapse)AuthorAgeFilesLines
* mac80211: increase delay between aggregation session negotiation attempts - ↵Felix Fietkau2011-04-031-0/+49
| | | | | | improves interop with intel clients SVN-Revision: 26444
* ath9k: fix missing chip wakeups causing instability issues on at least ↵Felix Fietkau2011-04-021-0/+127
| | | | | | AR5416 (probably on other devices as well); fixes #9107 SVN-Revision: 26418
* mac80211: fix duplicate probe request reception (triggering unnecessary ↵Felix Fietkau2011-04-021-0/+18
| | | | | | probe responses in multi-BSSID setups) SVN-Revision: 26408
* ath9k: fix adhoc beacon issues (#9163)Felix Fietkau2011-04-022-0/+28
| | | | SVN-Revision: 26395
* ath9k: fix reported signal strengthFelix Fietkau2011-03-301-0/+27
| | | | SVN-Revision: 26368
* ath9k: fix PS-Poll frame reception in AP mode on AR91xx and earlier - should ↵Felix Fietkau2011-03-271-0/+13
| | | | | | fix some AP mode stability issues on these chips SVN-Revision: 26316
* mac80211: disable an unnecessary backport to reduce code sizeFelix Fietkau2011-03-261-0/+16
| | | | SVN-Revision: 26303
* mac80211: remove an obsolete backport patchFelix Fietkau2011-03-261-11/+0
| | | | SVN-Revision: 26302
* mac80211: add a pending patch to remove the dependency on ecbFelix Fietkau2011-03-251-0/+158
| | | | SVN-Revision: 26295
* mac80211: update to wireless-testing 2011-03-24Felix Fietkau2011-03-2519-1392/+47
| | | | SVN-Revision: 26293
* ath9k: fix chip wakeup on interface start - should fix some instability issuesFelix Fietkau2011-03-251-0/+20
| | | | SVN-Revision: 26290
* mac80211: fix a deadlock in minstrel_ht when a HT client without valid MCS ↵Felix Fietkau2011-03-251-0/+47
| | | | | | rates connects SVN-Revision: 26287
* mac80211: fix dropping multicast proberequest frames for ad-hocFelix Fietkau2011-03-241-0/+19
| | | | SVN-Revision: 26284
* ath9k: add a few de-bloating and optimization patchesFelix Fietkau2011-03-2310-0/+964
| | | | SVN-Revision: 26281
* ath9k: merge a pending patch for fixing a stopped queue issue (mostly for ↵Felix Fietkau2011-03-232-2/+13
| | | | | | client mode) SVN-Revision: 26280
* mac80211: update to wireless-testing 2011-03-22Felix Fietkau2011-03-2222-1899/+143
| | | | SVN-Revision: 26273
* ath9k: add a patch from linux-wireless@ for reducing driver sizeFelix Fietkau2011-03-221-0/+1075
| | | | SVN-Revision: 26264
* mac80211: initialize the last rx time when creating a stationFelix Fietkau2011-03-211-0/+10
| | | | | | | | | should hopefully finally take care of the nasty reassociation issues which showed up as Jan 1 00:51:10 OpenWrt daemon.info hostapd: wlan0: STA 00:xx:xx:xx:xx:xx IEEE 802.11: deauthenticated due to inactivity right after associating, leading to an immediate disconnect. Will probably fix #8343, #8830 and others. SVN-Revision: 26251
* ath9k: re-run nfcal only when stuck beacons become more frequentFelix Fietkau2011-03-211-0/+12
| | | | SVN-Revision: 26250
* ath9k: increase ATH_BCBUF, allows creating 8 virtual APsFelix Fietkau2011-03-211-0/+24
| | | | SVN-Revision: 26249
* ath9k: improve precision of beacon timer calculationsFelix Fietkau2011-03-211-0/+317
| | | | SVN-Revision: 26248
* ath9k: add some minor debugfs cleanupsFelix Fietkau2011-03-212-4/+111
| | | | SVN-Revision: 26247
* mac80211: add an aggregation rx reorder timeout handling fixFelix Fietkau2011-03-161-0/+11
| | | | SVN-Revision: 26185
* ath9k: force the rx chainmask on ar913x to 0x7 - fixes calibration issues ↵Felix Fietkau2011-03-151-0/+11
| | | | | | with 2-antenna devices such as the wrt160nl SVN-Revision: 26168
* ath9k: enable an ar913x specific hardware fix for sending block-ackFelix Fietkau2011-03-151-0/+21
| | | | SVN-Revision: 26167
* mac80211: update to wireless-testing 2011-03-11Felix Fietkau2011-03-1327-1208/+394
| | | | SVN-Revision: 26128
* mac80211/ath9k: improve pending patches based on review feedbackFelix Fietkau2011-03-114-19/+26
| | | | SVN-Revision: 26041
* mac80211: fix spurious channel type changes when vifs are created/deletedFelix Fietkau2011-03-111-0/+10
| | | | SVN-Revision: 26038
* ath9k: add a patch to fix the interoperability issues with intel clients ↵Felix Fietkau2011-03-111-0/+11
| | | | | | (fixes #8830) SVN-Revision: 26036
* mac80211: redirect EAP frames on AP VLAN interfaces to the main AP interface ↵Felix Fietkau2011-03-101-0/+67
| | | | | | to fix a bridging related race condition SVN-Revision: 26016
* ath9k: improve tx dma fixes based on review feedbackFelix Fietkau2011-03-103-20/+79
| | | | SVN-Revision: 26005
* ath9k: get rid of most of those annoying dma tx stop issuesFelix Fietkau2011-03-104-0/+306
| | | | SVN-Revision: 25988
* zd1211rw: fix #define collision for register names triggered by compat patchesFelix Fietkau2011-03-091-0/+14
| | | | SVN-Revision: 25965
* mac80211: fix minstrel_ht sampling intervals (patch by Daniel Halperin)Felix Fietkau2011-03-091-0/+50
| | | | SVN-Revision: 25964
* ath9k: remove support for in-bss promisc mode, the rx filter flag is too ↵Felix Fietkau2011-03-091-0/+13
| | | | | | broad and in-bss promisc mode is not particularly useful. should fix most (or all) instances of "ath: Could not stop RX..." error messages SVN-Revision: 25963
* mac80211: Add scan race fixMichael Büsch2011-03-071-0/+141
| | | | SVN-Revision: 25930
* mac80211: print message on hw restartMichael Büsch2011-03-071-0/+14
| | | | SVN-Revision: 25926
* mac80211: improve ath9k AP A-MPDU PS bufferingFelix Fietkau2011-02-272-8/+44
| | | | SVN-Revision: 25779
* p54: fix a null pointer dereference bugFelix Fietkau2011-02-271-0/+18
| | | | SVN-Revision: 25775
* mac80211: update to 2011-02-25Felix Fietkau2011-02-2726-68/+67
| | | | SVN-Revision: 25749
* ath9k: fix interrupt enable/disable issuesFelix Fietkau2011-02-181-0/+21
| | | | SVN-Revision: 25575
* mac80211: add a patch for keeping track of the rx bitrate of remote stationsFelix Fietkau2011-02-101-0/+232
| | | | SVN-Revision: 25441
* ath9k: remove an old tx stop workaround which conflicts with the powersave fixesFelix Fietkau2011-02-101-0/+36
| | | | SVN-Revision: 25439
* ath9k: improve the power save fix by closing another remaining race ↵Felix Fietkau2011-02-081-5/+9
| | | | | | condition for setting the TIM bit SVN-Revision: 25428
* ath9k: add fixes for AP side powersave frame bufferingFelix Fietkau2011-02-082-0/+344
| | | | SVN-Revision: 25426
* mac80211: update to wireless-testing 2010-02-07Felix Fietkau2011-02-0817-2849/+18
| | | | SVN-Revision: 25425
* ath: fix world regulatory domain fix-up so that all regulatory rules are ↵Felix Fietkau2011-02-081-0/+72
| | | | | | | | | | | | | | processed r24503 (trunk) and r24505 (backfire) revised the regulatory rules used for the ath drivers' world regulatory domains in the 5GHz band by opening up channels 36, 40, 44, and 48 to being used without the *_PASSIVE_SCAN and *_NO_IBSS flags set. This was done by breaking ATH9K_5GHZ_5150_5350 into two REG_RULES. The various struct ieee80211_regdomains that reference these rules in their reg_rules fields need to have their n_reg_rules fields updated accordingly. SVN-Revision: 25418
* mac80211: fix the check for cloned skbs in the tx pathFelix Fietkau2011-02-071-0/+11
| | | | SVN-Revision: 25398
* mac80211: when operating as a 4-addr station, do not pick up 4-addr frames ↵Felix Fietkau2011-02-051-0/+12
| | | | | | meant for other stations, as this would confuse the bridge layer SVN-Revision: 25378
* ath9k: reduce false positives in the baseband hang checkFelix Fietkau2011-02-041-0/+109
| | | | SVN-Revision: 25359