aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211
Commit message (Expand)AuthorAgeFilesLines
* mac80211: add some improvements to the software queueing codeFelix Fietkau2015-03-174-106/+268
* mac80211: include brcmfmac USB firmware only if support was enabledRafał Miłecki2015-03-161-0/+2
* mac80211: add option for USB support in brcmfmacRafał Miłecki2015-03-161-2/+11
* mac80211: update wiki URLsRafał Miłecki2015-03-161-11/+11
* mac80211: add missing dependency for brcmfmac with SDIO support enabled (fixe...Felix Fietkau2015-03-151-1/+1
* ath9k: disable TPC support for now until bugs have been found and fixedFelix Fietkau2015-03-151-0/+22
* ath9k: always select relay support, not just when debugfs is enabled - fixes ...Felix Fietkau2015-03-141-2/+1
* ath: fix selecting the module individually (#19162)Felix Fietkau2015-03-141-0/+10
* mac80211: fix a rounding issue in minstrel MCS rate duration calculationFelix Fietkau2015-03-141-0/+43
* mac80211: improve powersave handling in the tx queue rework patchFelix Fietkau2015-03-142-9/+154
* mac80211: fix a pointer handling error in the new tx queueing codeFelix Fietkau2015-03-131-6/+8
* Rename 'atheros' target to 'ath25'Felix Fietkau2015-03-131-3/+3
* ath9k: fix a beacon enable handling bugFelix Fietkau2015-03-121-0/+76
* mac80211: add missing header fileFelix Fietkau2015-03-111-0/+37
* mac80211: remove obsolete patchesFelix Fietkau2015-03-112-43/+0
* mac80211: Use newer firmware for ath10kFelix Fietkau2015-03-111-3/+3
* mac80211: update to wireless-testing 2015-03-09Felix Fietkau2015-03-11112-2975/+2766
* ath5k: fix reset raceJohn Crispin2015-03-051-0/+104
* ath5k: channel change fixJohn Crispin2015-03-051-0/+145
* kernel/mac80211: backport bcma changes from 4.1Rafał Miłecki2015-03-031-0/+318
* mac80211: brcmfmac: Add PCIe support optionRafał Miłecki2015-02-161-1/+10
* mac80211: brcmfmac: Add SDIO support optionRafał Miłecki2015-02-161-0/+16
* mac80211: don't hardcode /bin/bashJo-Philipp Wich2015-02-051-0/+9
* ath5k: fix spontaneus AR5312 freezesJohn Crispin2015-02-041-0/+45
* mac80211: Revert adding SM Power Save capability to hostapd configurationJohn Crispin2015-02-021-8/+0
* mac80211: Revision r36939 breaks support for RT5370 (rt2800usb)John Crispin2015-01-301-18/+21
* mac80211: fix NULL pointer crash in monitor frame injection TX pathJohn Crispin2015-01-301-1/+1
* libertas: set wireless macaddrJohn Crispin2015-01-281-0/+11
* libertas: configure sysfs symlinksJohn Crispin2015-01-281-0/+21
* mac80211: Add some missing 802.11n capabilities to hostapd configurationJohn Crispin2015-01-281-0/+11
* mac80211: fix fallback to macaddrJohn Crispin2015-01-281-1/+5
* mac80211: update libertas_sdio package nameJohn Crispin2015-01-281-5/+5
* mac80211/hostapd: fix HT mode setup for RSN ad-hoc networksFelix Fietkau2015-01-241-29/+33
* mac80211: add throughput trigger to ath10kJohn Crispin2015-01-181-0/+37
* ath9k: fix irq storm issues (#18483)Felix Fietkau2015-01-142-2/+55
* mac80211: fix ad-hoc basic/multicast rate regression from r43782Felix Fietkau2015-01-051-2/+2
* package: remove references to symbols TARGET_{ps3,pxcab}.Felix Fietkau2015-01-051-1/+1
* ath10k: fix tx rate selection for ad-hoc mode with HTFelix Fietkau2014-12-272-0/+56
* mac80211: fix HT mode selection for ad-hocFelix Fietkau2014-12-221-3/+32
* cfg80211: add support for changing the device mac address via sysfsFelix Fietkau2014-12-111-0/+43
* mac80211: do not export the backports linux/module.h, it breaks out-of-tree d...Felix Fietkau2014-12-101-0/+1
* ath10k: init devices synchronously to fix wifi detection at bootFelix Fietkau2014-12-011-0/+33
* ath5k: fix hardware queue index assignmentFelix Fietkau2014-11-301-0/+29
* ath9k: fix hardware tx queue allocation orderFelix Fietkau2014-11-303-2/+57
* mac80211: update regdb to master-2014-11-18Felix Fietkau2014-11-271-367/+611
* mac80211: fix a crash on getting the channel in WDS AP mode (#18400)Felix Fietkau2014-11-241-0/+82
* ath9k: fix some ar913x irq handling issuesFelix Fietkau2014-11-233-7/+17
* mac80211: fix a crash on using VHT ratesFelix Fietkau2014-11-211-0/+34
* mac80211: try to get interface addresses from wiphy sysfs 'addresses' if no m...Felix Fietkau2014-11-191-1/+19
* mac80211: add an intermediate software queueing implementationFelix Fietkau2014-11-191-0/+498