summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches
Commit message (Collapse)AuthorAgeFilesLines
* ar71xx/mac80211: add a workaround for the bad signal strength on the WNDR3700Gabor Juhos2010-02-091-0/+76
| | | | SVN-Revision: 19565
* mac80211: update to latest wireless-testing from todayFelix Fietkau2010-02-0313-129/+33
| | | | SVN-Revision: 19501
* mac80211: make the vlan injection patch more specificFelix Fietkau2010-01-311-1/+1
| | | | SVN-Revision: 19477
* mac80211: fix lookup for vlan'd stations for injected frames - fixes wpa ↵Felix Fietkau2010-01-311-0/+11
| | | | | | rekeying with wds ap SVN-Revision: 19476
* mac80211: fix an eap frame handling bug in ath9k - fixes client mode ↵Felix Fietkau2010-01-311-0/+37
| | | | | | rekeying issues SVN-Revision: 19474
* mac80211: fix rekeying in ap mode with connected powersave stationsFelix Fietkau2010-01-311-0/+48
| | | | SVN-Revision: 19470
* mac80211: fix aggregation setup on wds ap interfacesFelix Fietkau2010-01-311-0/+20
| | | | SVN-Revision: 19469
* compat should not depend on pcmcia or usb remove pcmcia and usb backport ↵Hauke Mehrtens2010-01-292-0/+100
| | | | | | | | form compat.ko If an with usb or pcmcia module not directly included into the image is build all wireless packages depend on usb and pcmcia. This hopefully fixes #6586 SVN-Revision: 19389
* mac80211: update to wireless-testing 2010-01-25, includes fixes for crypto ↵Felix Fietkau2010-01-2618-367/+9
| | | | | | and retransmissions SVN-Revision: 19337
* mac80211: fix a WARN_ON in client modeFelix Fietkau2010-01-241-0/+11
| | | | SVN-Revision: 19315
* ath9k: improve max rate retry handlingFelix Fietkau2010-01-241-0/+42
| | | | SVN-Revision: 19308
* ath9k: fix an initialization error on 2GHz-only cards (based on discussion ↵Felix Fietkau2010-01-231-0/+26
| | | | | | on ath9k-devel@) SVN-Revision: 19296
* mac80211: fix multi-bss related rx handling bugFelix Fietkau2010-01-211-0/+72
| | | | SVN-Revision: 19260
* ath9k: fix a beacon buffer leak on interface up/downFelix Fietkau2010-01-201-0/+14
| | | | SVN-Revision: 19233
* mac80211: fix firmware compat stuff for 2.6.32Felix Fietkau2010-01-181-0/+103
| | | | SVN-Revision: 19222
* mac80211: remove an obsolete patchFelix Fietkau2010-01-171-12/+0
| | | | SVN-Revision: 19195
* iw, mac80211: get the frequency info per-netdev instead of per-phyFelix Fietkau2010-01-173-76/+34
| | | | SVN-Revision: 19194
* mac80211: allow user space to query the current operating frequencyFelix Fietkau2010-01-172-0/+76
| | | | SVN-Revision: 19178
* mac80211: upgrade to compat-wireless 2010-01-15Felix Fietkau2010-01-1714-393/+9
| | | | SVN-Revision: 19176
* ath9k: add a workaround for the tx ack time issue triggered by the timing ↵Felix Fietkau2010-01-151-0/+14
| | | | | | handling cleanups in 2.4 ghz, calculating the ack timeout the way it is described in 802.11-2007 currently leads to tx timeouts set it to a minimum of what the initvals set (64 usec) until we know what is causing this SVN-Revision: 19156
* ath9k: fix rts/cts handlingFelix Fietkau2010-01-151-0/+61
| | | | SVN-Revision: 19147
* ath9k: tweak rx interrupt mitigation settings for better performanceFelix Fietkau2010-01-151-0/+11
| | | | SVN-Revision: 19146
* mac80211: add some ibss related fixes from linux-wireless@Felix Fietkau2010-01-152-0/+27
| | | | SVN-Revision: 19145
* mac80211: add a missing chunk of the short slot patchFelix Fietkau2010-01-151-0/+16
| | | | SVN-Revision: 19143
* ath9k: fix short slot vs long slot handling, implement support for setting ↵Felix Fietkau2010-01-153-0/+300
| | | | | | the coverage class SVN-Revision: 19141
* mac80211: update to wireless-testing+wireless-2.6 from 2010-01-13Felix Fietkau2010-01-1518-263/+81
| | | | SVN-Revision: 19139
* mac80211: another minor fix to monitor mode queue selectionFelix Fietkau2010-01-121-0/+18
| | | | SVN-Revision: 19111
* mac80211: upgrade to a new unofficial snapshot based on ↵Felix Fietkau2010-01-128-136/+0
| | | | | | wireless-testing+wireless-2.6 SVN-Revision: 19110
* mac80211: fix some monitor mode queue selection bugsFelix Fietkau2010-01-112-0/+41
| | | | SVN-Revision: 19099
* mac80211: fix patch namingFelix Fietkau2010-01-083-0/+0
| | | | SVN-Revision: 19078
* mac80211: various wds related fixesFelix Fietkau2010-01-083-0/+189
| | | | SVN-Revision: 19076
* mac80211: fix spurious client reconnects triggered by rejected action frames ↵Felix Fietkau2010-01-071-0/+26
| | | | | | being interpreted as chan switch announcements SVN-Revision: 19064
* mac80211: update to compat-wireless 2010-01-07 (unoffical snapshot, official ↵Felix Fietkau2010-01-0722-975/+209
| | | | | | ones are not working yet) SVN-Revision: 19063
* mac80211: merge some further fixes to the queue stop patchFelix Fietkau2010-01-061-2/+60
| | | | SVN-Revision: 19056
* ixp4xx: allocate all skbs using GFP_DMA this ensures that dma bounce buffers ↵Felix Fietkau2010-01-061-17/+0
| | | | | | will not be used frequently when bridging or routing frames between ethernet and wifi. significantly improves ath9k performance and obsoletes an ath specific patch SVN-Revision: 19051
* mac80211: merge johill's tx queue stop fix patch from the linux-wireless ↵Felix Fietkau2010-01-051-0/+322
| | | | | | list - fixes serious latency spike and tcp throughput drop issues SVN-Revision: 19045
* mac80211: update ath9k tx fix with changes from upstreamFelix Fietkau2010-01-051-1/+13
| | | | SVN-Revision: 19043
* mac80211: fix a race condition in ad-hoc bringup with fixed bssidFelix Fietkau2009-12-201-0/+20
| | | | SVN-Revision: 18859
* mac80211: update to compat-wireless 2009-12-05 and fix a critical bug in ↵Felix Fietkau2009-12-0512-1916/+17
| | | | | | ath9k tx status reporting SVN-Revision: 18666
* ath9k: disable interrupt mitigation - it hurts performance on embedded systemsFelix Fietkau2009-12-031-0/+11
| | | | SVN-Revision: 18626
* mac80211: use mac address from platform data if present on ath9kGabor Juhos2009-11-281-0/+53
| | | | SVN-Revision: 18584
* mac80211: update ath9k patchGabor Juhos2009-11-271-0/+56
| | | | SVN-Revision: 18563
* package/mac80211: disable 2GHz band for 5GHz only devicesGabor Juhos2009-11-251-0/+52
| | | | SVN-Revision: 18537
* ath: only use GFP_DMA on ixp4xxFelix Fietkau2009-11-241-9/+15
| | | | SVN-Revision: 18525
* separate ath9k debugfs support from ath9k debugging, use the mac80211 ↵Felix Fietkau2009-11-233-9/+90
| | | | | | debugfs config option to enable it SVN-Revision: 18505
* mac80211: do not build b44Felix Fietkau2009-11-231-0/+17
| | | | SVN-Revision: 18504
* ath9k: add a few debugfs files to access the chainmasks and registersFelix Fietkau2009-11-232-0/+258
| | | | SVN-Revision: 18503
* mac80211: update to compat-wireless 2009-11-21Felix Fietkau2009-11-2216-601/+20
| | | | SVN-Revision: 18465
* ath9k: fix compiler warning without debug enabledFelix Fietkau2009-11-181-0/+9
| | | | SVN-Revision: 18452
* ath9k: fix bisectability of rc patchesFelix Fietkau2009-11-182-117/+548
| | | | SVN-Revision: 18445