aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/main.c
AgeCommit message (Expand)Author
2023-12-13wifi: ath9k: reset survey of current channel after a scan startedHancheng Yang
2023-08-23wifi: ath: remove unused-but-set parameterArnd Bergmann
2023-06-21wifi: ath9k: convert msecs to jiffies where neededDmitry Antipov
2023-06-13wifi: ath9k: Fix possible stall on ath9k_txq_list_has_key()Remi Pommarel
2022-07-15wifi: mac80211: replace link_id with link_conf in switch/(un)assign_vif_chanc...Gregory Greenman
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg
2022-06-20wifi: mac80211: make channel context code MLO-awareJohannes Berg
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg
2022-05-03Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2022-04-11mac80211: prepare sta handling for MLO supportSriram R
2022-04-10ath9k: Fix usage of driver-private space in tx_infoToke Høiland-Jørgensen
2021-10-05ath9k: Fix potential interrupt storm on queue resetLinus Lüssing
2021-06-23mac80211: notify driver on mgd TX completionJohannes Berg
2021-06-12ath9k: Fix kernel NULL pointer dereference during ath_reset_internal()Pali Rohár
2020-12-17ath9k: Postpone key cache entry deletion for TXQ frames reference itJouni Malinen
2020-12-17ath: Modify ath_key_delete() to not need full key entryJouni Malinen
2020-12-17ath9k: Clear key cache explicitly on disabling hardwareJouni Malinen
2020-11-11ath9k: remove WDS codeJohannes Berg
2020-08-27ath9k: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-08-17ath9k: add NL80211_EXT_FEATURE_CAN_REPLACE_PTK0 supportAlexander Wetzel
2020-08-14ath9k: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-05-30ath9k: Set RX filter based to allow broadcast Action frame RXJouni Malinen
2020-03-16Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo
2020-03-11ath9k: Handle txpower changes even when TPC is disabledRemi Pommarel
2020-02-14mac80211: Fix setting txpower to zeroBen Greear
2019-10-04mac80211: simplify TX aggregation startJohannes Berg
2019-07-26mac80211: pass the vif to cancel_remain_on_channelEmmanuel Grumbach
2018-11-06ath9k: Fix a locking bug in ath9k_add_interface()Dan Carpenter
2018-10-13ath9k: fix RX_STAT_INC() etc macrosArnd Bergmann
2018-10-02ath9k: add back support for using active monitor interfaces for tx99Felix Fietkau
2018-08-28ath9k: fix tx99 with monitor mode interfaceFelix Fietkau
2018-06-29ath9k: use timespec64 for tsf_tsArnd Bergmann
2018-06-18Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo
2018-06-13ath9k: mark expected switch fall-throughsGustavo A. R. Silva
2018-05-23mac80211: Support adding duration for prepare_tx() callbackIlan Peer
2017-10-27ath: Convert timers to use timer_setup()Kees Cook
2017-09-25ath9k: Avoid a potential deadlockVille Syrjälä
2017-09-25ath9k: remove cast to void pointerHimanshu Jha
2017-06-28ath9k: Use mutex_lock to avoid potential race in start/stop rngMiaoqing Pan
2017-02-07ath9k: fix race condition in enabling/disabling IRQsFelix Fietkau
2017-02-07ath9k: rename tx_complete_work to hw_check_workFelix Fietkau
2016-12-15ath9k: Introduce airtime fairness scheduling between stationsToke Høiland-Jørgensen
2016-11-15ath9k: Switch to using mac80211 intermediate software queues.Toke Høiland-Jørgensen
2016-09-09Merge branch 'ath-current' into ath-nextKalle Valo
2016-09-07ath9k: bring back direction setting in ath9k_{start_stop}Giedrius Statkevičius
2016-08-22ath9k: fix using sta->drv_priv before initializing itFelix Fietkau
2016-08-22ath9k: fix client mode beacon configurationFelix Fietkau
2016-08-19ath9k: fix misleading indentBob Copeland
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada