summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k
Commit message (Expand)AuthorAgeFilesLines
* ath9k: fix an invalid pointer dereference in ath9k_rng_stop()Miaoqing Pan2017-07-271-1/+3
* ath9k: fix tx99 bus errorMiaoqing Pan2017-07-271-2/+0
* ath9k: fix tx99 use after freeMiaoqing Pan2017-07-271-4/+9
* ath9k_htc: fix NULL-deref at probeJohan Hovold2017-05-251-0/+3
* ath9k_htc: Add support of AirTies 1eda:2315 AR9271 deviceDmitry Tunin2017-05-251-0/+1
* ath9k: fix NULL pointer dereferenceMiaoqing Pan2017-04-211-1/+7
* ath9k: use correct OTP register offsets for the AR9340 and AR9550Christian Lamparter2017-03-121-2/+2
* ath9k: fix race condition in enabling/disabling IRQsFelix Fietkau2017-03-125-26/+48
* ath9k: do not return early to fix rcu unlockingTobias Klausmann2017-01-091-1/+1
* ath9k: Really fix LED polarity for some Mini PCI AR9220 MB92 cards.Vittorio Gambaletta (VittGam)2017-01-091-2/+5
* ath9k: fix ath9k_hw_gpio_get() to return 0 or 1 on successMatthias Schiffer2017-01-091-1/+1
* Revert "ath9k_hw: implement temperature compensation support for AR9003+"Felix Fietkau2016-10-132-23/+3
* ath9k: disable RNG by defaultMiaoqing Pan2016-09-281-1/+1
* Merge branch 'ath-current' into ath-nextKalle Valo2016-09-092-8/+14
|\
| * ath9k: bring back direction setting in ath9k_{start_stop}Giedrius Statkevičius2016-09-071-2/+7
| * ath9k: fix AR5416 access GPIO warningMiaoqing Pan2016-09-021-2/+2
| * ath9k: fix using sta->drv_priv before initializing itFelix Fietkau2016-08-221-4/+4
| * ath9k: fix client mode beacon configurationFelix Fietkau2016-08-221-0/+1
* | ath9k: remove repetitions of mask array sizeBob Copeland2016-09-091-6/+3
* | ath9k: improve powersave filter handlingFelix Fietkau2016-09-091-3/+9
* | ath9k: use ieee80211_tx_status_noskb where possibleFelix Fietkau2016-09-091-32/+62
* | ath9k: mark ath_fill_led_pin() staticBaoyou Xie2016-09-021-1/+1
* | ath9k: consider return code onEduardo Abinader2016-08-191-2/+4
* | ath9k: fix misleading indentBob Copeland2016-08-191-1/+1
|/
* tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada2016-08-044-11/+11
* ath9k_hw: implement temperature compensation support for AR9003+Felix Fietkau2016-07-192-3/+23
* ath9k_hw: get rid of some duplicate code in calibration initFelix Fietkau2016-07-191-32/+22
* ath9k_hw: simplify ar9003_hw_per_calibrationFelix Fietkau2016-07-191-27/+26
* ath9k_hw: fix duplicate (and partially wrong) definition of AR_CH0_THERMFelix Fietkau2016-07-191-15/+10
* ath9k_hw: fix spectral scan on AR9285 and newerFelix Fietkau2016-07-192-10/+27
* ath9k: simplify the code-paths when not using the built-in EEPROMMartin Blumenstingl2016-07-193-53/+41
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2016-07-1812-193/+252
|\
| * ath9k: Fix beacon configuration for addition/removal of interfacesBenjamin Berg2016-07-084-126/+165
| * ath9k: Remove some #defined constants to decrease verbosityBenjamin Berg2016-07-088-14/+11
| * ath9k: Expose tsf_adjustment in mac80211 tsf getters and setters.Benjamin Berg2016-07-081-0/+2
| * ath9k: Use tsf offset helper in ath9k_hw_resetBenjamin Berg2016-07-081-8/+8
| * ath9k: Handle channel context in get_/set_/reset_tsfBenjamin Berg2016-07-081-3/+18
| * ath9k: Correct TSF adjustment to align the beacon time correctlyBenjamin Berg2016-07-081-4/+8
| * ath9k: move all ath9k_platform_data initialization into one functionMartin Blumenstingl2016-07-081-24/+25
| * ath9k: remove return value from ath9k_hw_init_macaddrMartin Blumenstingl2016-07-081-10/+5
| * ath9k: ath9k_hw_init_macaddr should not overwrite valid MAC addressesMartin Blumenstingl2016-07-081-9/+13
| * ath9k: remove variable which is set but never readMartin Blumenstingl2016-07-081-3/+0
| * ath9k: Allow configuration of LED polarity in platform data.Martin Blumenstingl2016-07-081-0/+3
| * ath9k: Fix programming of minCCA power thresholdSven Eckelmann2016-06-301-1/+1
| * ath9k: return false when reading wrong eeprom offsetEduardo Abinader2016-06-301-0/+2
* | mac80211: Add support for beacon report radio measurementAvraham Stern2016-07-061-1/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-301-4/+4
|\ \ | |/ |/|
| * ath9k: fix GPIO mask for AR9462 and AR9565Miaoqing Pan2016-06-141-4/+4
* | Merge ath-next from ath.gitKalle Valo2016-06-192-4/+2
|\ \ | |/ |/|
| * ath9k: Proper TX99 interrupt ref countEduardo Abinader2016-05-281-1/+0