summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k
AgeCommit message (Expand)Author
2019-02-12ath9k: dynack: check da->enabled first in sampling routinesLorenzo Bianconi
2019-02-12ath9k: dynack: make ewma estimation fasterLorenzo Bianconi
2019-02-12ath9k: dynack: use authentication messages for 'late' ackLorenzo Bianconi
2018-09-19ath9k_hw: fix channel maximum power level testFelix Fietkau
2018-09-19ath9k: report tx status on EOSPFelix Fietkau
2018-04-29ath9k_hw: check if the chip failed to wake upFelix Fietkau
2017-12-20ath9k: fix tx99 potential info leakMiaoqing Pan
2017-07-27ath9k: fix an invalid pointer dereference in ath9k_rng_stop()Miaoqing Pan
2017-07-27ath9k: fix tx99 bus errorMiaoqing Pan
2017-07-27ath9k: fix tx99 use after freeMiaoqing Pan
2017-05-25ath9k_htc: fix NULL-deref at probeJohan Hovold
2017-05-25ath9k_htc: Add support of AirTies 1eda:2315 AR9271 deviceDmitry Tunin
2017-04-21ath9k: fix NULL pointer dereferenceMiaoqing Pan
2017-03-12ath9k: use correct OTP register offsets for the AR9340 and AR9550Christian Lamparter
2017-03-12ath9k: fix race condition in enabling/disabling IRQsFelix Fietkau
2017-01-09ath9k: do not return early to fix rcu unlockingTobias Klausmann
2017-01-09ath9k: Really fix LED polarity for some Mini PCI AR9220 MB92 cards.Vittorio Gambaletta (VittGam)
2017-01-09ath9k: fix ath9k_hw_gpio_get() to return 0 or 1 on successMatthias Schiffer
2016-10-13Revert "ath9k_hw: implement temperature compensation support for AR9003+"Felix Fietkau
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