summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k
AgeCommit message (Expand)Author
2016-09-28ath9k: disable RNG by defaultMiaoqing Pan
2016-09-09Merge branch 'ath-current' into ath-nextKalle Valo
2016-09-09ath9k: remove repetitions of mask array sizeBob Copeland
2016-09-09ath9k: improve powersave filter handlingFelix Fietkau
2016-09-09ath9k: use ieee80211_tx_status_noskb where possibleFelix Fietkau
2016-09-07ath9k: bring back direction setting in ath9k_{start_stop}Giedrius Statkevičius
2016-09-02ath9k: fix AR5416 access GPIO warningMiaoqing Pan
2016-09-02ath9k: mark ath_fill_led_pin() staticBaoyou Xie
2016-08-22ath9k: fix using sta->drv_priv before initializing itFelix Fietkau
2016-08-22ath9k: fix client mode beacon configurationFelix Fietkau
2016-08-19ath9k: consider return code onEduardo Abinader
2016-08-19ath9k: fix misleading indentBob Copeland
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada
2016-07-19ath9k_hw: implement temperature compensation support for AR9003+Felix Fietkau
2016-07-19ath9k_hw: get rid of some duplicate code in calibration initFelix Fietkau
2016-07-19ath9k_hw: simplify ar9003_hw_per_calibrationFelix Fietkau
2016-07-19ath9k_hw: fix duplicate (and partially wrong) definition of AR_CH0_THERMFelix Fietkau
2016-07-19ath9k_hw: fix spectral scan on AR9285 and newerFelix Fietkau
2016-07-19ath9k: simplify the code-paths when not using the built-in EEPROMMartin Blumenstingl
2016-07-18Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo
2016-07-08ath9k: Fix beacon configuration for addition/removal of interfacesBenjamin Berg
2016-07-08ath9k: Remove some #defined constants to decrease verbosityBenjamin Berg
2016-07-08ath9k: Expose tsf_adjustment in mac80211 tsf getters and setters.Benjamin Berg
2016-07-08ath9k: Use tsf offset helper in ath9k_hw_resetBenjamin Berg
2016-07-08ath9k: Handle channel context in get_/set_/reset_tsfBenjamin Berg
2016-07-08ath9k: Correct TSF adjustment to align the beacon time correctlyBenjamin Berg
2016-07-08ath9k: move all ath9k_platform_data initialization into one functionMartin Blumenstingl
2016-07-08ath9k: remove return value from ath9k_hw_init_macaddrMartin Blumenstingl
2016-07-08ath9k: ath9k_hw_init_macaddr should not overwrite valid MAC addressesMartin Blumenstingl
2016-07-08ath9k: remove variable which is set but never readMartin Blumenstingl
2016-07-08ath9k: Allow configuration of LED polarity in platform data.Martin Blumenstingl
2016-07-06mac80211: Add support for beacon report radio measurementAvraham Stern
2016-06-30ath9k: Fix programming of minCCA power thresholdSven Eckelmann
2016-06-30ath9k: return false when reading wrong eeprom offsetEduardo Abinader
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-06-19Merge ath-next from ath.gitKalle Valo
2016-06-14ath9k: fix GPIO mask for AR9462 and AR9565Miaoqing Pan
2016-05-28ath9k: Proper TX99 interrupt ref countEduardo Abinader
2016-05-28ath9k: allow tx99 for ar9002 based cardsEduardo Abinader
2016-05-28ath9k: Remove empty test conditionEduardo Abinader
2016-05-20Merge tag 'wireless-drivers-next-for-davem-2016-05-13' of git://git.kernel.or...David S. Miller
2016-05-09ath9k: Fix symbol overlap window for half/quarter channelsHelmut Schaa
2016-05-09ath9k: Simplify ar9003_hw_tx99_set_txpowerHelmut Schaa
2016-05-09ath9k: Move TX99 config option under ath9k debuggingHelmut Schaa
2016-05-09ath9k: reuse ar9003_hw_tx_power_regwrite for tx99 setupHelmut Schaa
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-26Merge ath-next from ath.gitKalle Valo
2016-04-25ath9k: Fix LED polarity for some Mini PCI AR9220 MB92 cards.Vittorio Gambaletta (VittGam)
2016-04-25ath9k: Add a module parameter to invert LED polarity.Vittorio Gambaletta (VittGam)
2016-04-19ath9k: remove duplicate assignment of variable ahColin Ian King