aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireless/ath/ath9k/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-08wifi: mac80211: simplify non-chanctx driversJohannes Berg1-0/+4
2023-12-13wifi: ath9k: reset survey of current channel after a scan startedHancheng Yang1-0/+15
2023-08-23wifi: ath: remove unused-but-set parameterArnd Bergmann1-1/+0
2023-06-21wifi: ath9k: convert msecs to jiffies where neededDmitry Antipov1-2/+2
2023-06-13wifi: ath9k: Fix possible stall on ath9k_txq_list_has_key()Remi Pommarel1-3/+4
2022-07-15wifi: mac80211: replace link_id with link_conf in switch/(un)assign_vif_chanctx()Gregory Greenman1-2/+2
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg1-1/+2
2022-06-20wifi: mac80211: make channel context code MLO-awareJohannes Berg1-0/+2
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg1-1/+1
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg1-4/+4
2022-05-03Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski1-1/+1
2022-04-11mac80211: prepare sta handling for MLO supportSriram R1-1/+1
2022-04-10ath9k: Fix usage of driver-private space in tx_infoToke Høiland-Jørgensen1-1/+1
2021-10-05ath9k: 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