summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/main.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-20ath9k: Fix usage of driver-private space in tx_infoToke Høiland-Jørgensen1-1/+1
2021-11-18ath9k: Fix potential interrupt storm on queue resetLinus Lüssing1-1/+3
2021-06-23mac80211: notify driver on mgd TX completionJohannes Berg1-1/+1
2021-06-12ath9k: Fix kernel NULL pointer dereference during ath_reset_internal()Pali Rohár1-0/+5
2020-12-17ath9k: Postpone key cache entry deletion for TXQ frames reference itJouni Malinen1-1/+86
2020-12-17ath: Modify ath_key_delete() to not need full key entryJouni Malinen1-3/+2
2020-12-17ath9k: Clear key cache explicitly on disabling hardwareJouni Malinen1-0/+5
2020-11-11ath9k: remove WDS codeJohannes Berg1-5/+0
2020-08-27ath9k: convert tasklets to use new tasklet_setup() APIAllen Pais1-2/+2
2020-08-17ath9k: add NL80211_EXT_FEATURE_CAN_REPLACE_PTK0 supportAlexander Wetzel1-0/+12
2020-08-14ath9k: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-05-30ath9k: Set RX filter based to allow broadcast Action frame RXJouni Malinen1-0/+1
2020-03-16Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo1-0/+3
2020-03-11ath9k: Handle txpower changes even when TPC is disabledRemi Pommarel1-0/+3
2020-02-14mac80211: Fix setting txpower to zeroBen Greear1-0/+3
2019-10-04mac80211: simplify TX aggregation startJohannes Berg1-1/+1
2019-07-26mac80211: pass the vif to cancel_remain_on_channelEmmanuel Grumbach1-1/+2
2018-11-06ath9k: Fix a locking bug in ath9k_add_interface()Dan Carpenter1-2/+1
2018-10-13ath9k: fix RX_STAT_INC() etc macrosArnd Bergmann1-1/+1
2018-10-02ath9k: add back support for using active monitor interfaces for tx99Felix Fietkau1-2/+8
2018-08-28ath9k: fix tx99 with monitor mode interfaceFelix Fietkau1-9/+3
2018-06-29ath9k: use timespec64 for tsf_tsArnd Bergmann1-2/+2
2018-06-18Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo1-0/+1
2018-06-13ath9k: mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2018-05-23mac80211: Support adding duration for prepare_tx() callbackIlan Peer1-1/+2
2017-10-27ath: Convert timers to use timer_setup()Kees Cook1-2/+2
2017-09-25ath9k: Avoid a potential deadlockVille Syrjälä1-7/+9
2017-09-25ath9k: remove cast to void pointerHimanshu Jha1-1/+1
2017-06-28ath9k: Use mutex_lock to avoid potential race in start/stop rngMiaoqing Pan1-4/+4
2017-02-07ath9k: fix race condition in enabling/disabling IRQsFelix Fietkau1-16/+11
2017-02-07ath9k: rename tx_complete_work to hw_check_workFelix Fietkau1-4/+6
2016-12-15ath9k: Introduce airtime fairness scheduling between stationsToke Høiland-Jørgensen1-3/+3
2016-11-15ath9k: Switch to using mac80211 intermediate software queues.Toke Høiland-Jørgensen1-3/+6
2016-09-09Merge branch 'ath-current' into ath-nextKalle Valo1-6/+12
2016-09-07ath9k: bring back direction setting in ath9k_{start_stop}Giedrius Statkevičius1-2/+7
2016-08-22ath9k: fix using sta->drv_priv before initializing itFelix Fietkau1-4/+4
2016-08-22ath9k: fix client mode beacon configurationFelix Fietkau1-0/+1
2016-08-19ath9k: fix misleading indentBob Copeland1-1/+1
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada1-6/+6
2016-07-08ath9k: Fix beacon configuration for addition/removal of interfacesBenjamin Berg1-17/+26
2016-07-08ath9k: Remove some #defined constants to decrease verbosityBenjamin Berg1-3/+4
2016-07-08ath9k: Expose tsf_adjustment in mac80211 tsf getters and setters.Benjamin Berg1-0/+2
2016-07-08ath9k: Handle channel context in get_/set_/reset_tsfBenjamin Berg1-3/+18
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-2/+2
2016-03-11ath9k: cleanup led_pin initialMiaoqing Pan1-7/+2
2016-03-11ath9k: make GPIO API to support both of WMAC and SOCMiaoqing Pan1-3/+3
2016-03-06Merge 'net-next/master'Kalle Valo1-3/+5
2016-01-26ath9k: request NOA update when chanctx activeKalle Valo1-1/+4
2016-01-14mac80211: pass block ack session timeout to to driverSara Sharon1-3/+5
2015-12-11ath9k: feeding entropy in kernel from ADC captureMiaoqing Pan1-0/+4