summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/main.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: replace link_id with link_conf in switch/(un)assign_vif_chanc...Gregory Greenman2022-07-151-2/+2
* wifi: mac80211: change QoS settings API to take link into accountJohannes Berg2022-07-151-1/+2
* wifi: mac80211: make channel context code MLO-awareJohannes Berg2022-06-201-0/+2
* wifi: mac80211: split bss_info_changed methodJohannes Berg2022-06-201-1/+1
* wifi: mac80211: move interface config to new structJohannes Berg2022-06-201-4/+4
* Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-05-031-1/+1
|\
| * mac80211: prepare sta handling for MLO supportSriram R2022-04-111-1/+1
* | ath9k: Fix usage of driver-private space in tx_infoToke Høiland-Jørgensen2022-04-101-1/+1
|/
* ath9k: Fix potential interrupt storm on queue resetLinus Lüssing2021-10-051-1/+3
* mac80211: notify driver on mgd TX completionJohannes Berg2021-06-231-1/+1
* ath9k: Fix kernel NULL pointer dereference during ath_reset_internal()Pali Rohár2021-06-121-0/+5
* ath9k: Postpone key cache entry deletion for TXQ frames reference itJouni Malinen2020-12-171-1/+86
* ath: Modify ath_key_delete() to not need full key entryJouni Malinen2020-12-171-3/+2
* ath9k: Clear key cache explicitly on disabling hardwareJouni Malinen2020-12-171-0/+5
* ath9k: remove WDS codeJohannes Berg2020-11-111-5/+0
* ath9k: convert tasklets to use new tasklet_setup() APIAllen Pais2020-08-271-2/+2
* ath9k: add NL80211_EXT_FEATURE_CAN_REPLACE_PTK0 supportAlexander Wetzel2020-08-171-0/+12
* ath9k: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-141-1/+1
* ath9k: Set RX filter based to allow broadcast Action frame RXJouni Malinen2020-05-301-0/+1
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2020-03-161-0/+3
|\
| * ath9k: Handle txpower changes even when TPC is disabledRemi Pommarel2020-03-111-0/+3
* | mac80211: Fix setting txpower to zeroBen Greear2020-02-141-0/+3
|/
* mac80211: simplify TX aggregation startJohannes Berg2019-10-041-1/+1
* mac80211: pass the vif to cancel_remain_on_channelEmmanuel Grumbach2019-07-261-1/+2
* ath9k: Fix a locking bug in ath9k_add_interface()Dan Carpenter2018-11-061-2/+1
* ath9k: fix RX_STAT_INC() etc macrosArnd Bergmann2018-10-131-1/+1
* ath9k: add back support for using active monitor interfaces for tx99Felix Fietkau2018-10-021-2/+8
* ath9k: fix tx99 with monitor mode interfaceFelix Fietkau2018-08-281-9/+3
* ath9k: use timespec64 for tsf_tsArnd Bergmann2018-06-291-2/+2
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2018-06-181-0/+1
|\
| * ath9k: mark expected switch fall-throughsGustavo A. R. Silva2018-06-131-0/+1
* | mac80211: Support adding duration for prepare_tx() callbackIlan Peer2018-05-231-1/+2
|/
* ath: Convert timers to use timer_setup()Kees Cook2017-10-271-2/+2
* ath9k: Avoid a potential deadlockVille Syrjälä2017-09-251-7/+9
* ath9k: remove cast to void pointerHimanshu Jha2017-09-251-1/+1
* ath9k: Use mutex_lock to avoid potential race in start/stop rngMiaoqing Pan2017-06-281-4/+4
* ath9k: fix race condition in enabling/disabling IRQsFelix Fietkau2017-02-071-16/+11
* ath9k: rename tx_complete_work to hw_check_workFelix Fietkau2017-02-071-4/+6
* ath9k: Introduce airtime fairness scheduling between stationsToke Høiland-Jørgensen2016-12-151-3/+3
* ath9k: Switch to using mac80211 intermediate software queues.Toke Høiland-Jørgensen2016-11-151-3/+6
* Merge branch 'ath-current' into ath-nextKalle Valo2016-09-091-6/+12
|\
| * ath9k: bring back direction setting in ath9k_{start_stop}Giedrius Statkevičius2016-09-071-2/+7
| * ath9k: fix using sta->drv_priv before initializing itFelix Fietkau2016-08-221-4/+4
| * ath9k: fix client mode beacon configurationFelix Fietkau2016-08-221-0/+1
* | ath9k: fix misleading indentBob Copeland2016-08-191-1/+1
|/
* tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada2016-08-041-6/+6
* ath9k: Fix beacon configuration for addition/removal of interfacesBenjamin Berg2016-07-081-17/+26
* ath9k: Remove some #defined constants to decrease verbosityBenjamin Berg2016-07-081-3/+4
* ath9k: Expose tsf_adjustment in mac80211 tsf getters and setters.Benjamin Berg2016-07-081-0/+2
* ath9k: Handle channel context in get_/set_/reset_tsfBenjamin Berg2016-07-081-3/+18