summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k
Commit message (Expand)AuthorAgeFilesLines
* wifi: ath9k: silence array-bounds warning on GCC 12Jakub Kicinski2022-05-221-0/+5
* Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-05-0317-109/+108
|\
| * Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2022-05-035-8/+13
| |\
| | * ath9k: hif_usb: simplify if-if to if-elseWan Jiabing2022-04-291-3/+2
| | * ath9k: fix QCA9561 PA bias levelThibaut VARÈNE2022-04-231-1/+1
| | * ath9k_htc: fix potential out of bounds access with invalid rxstatus->rs_keyixDan Carpenter2022-04-231-0/+8
| | * ath9k: Remove unnecessary print function dev_err()Yang Li2022-04-121-3/+1
| | * ath9k: fix ath_get_rate_txpower() to respect the rate list end tagPeter Seiderer2022-04-121-1/+1
| * | mac80211: prepare sta handling for MLO supportSriram R2022-04-114-16/+16
| |/
| * ath9k: make is2ghz consistent in ar9003_eepromWenli Looi2022-04-011-25/+21
| * ath9k: add functions to get paprd rate maskWenli Looi2022-03-253-20/+25
| * ath9k: refactor ar9003_hw_spur_mitigate_ofdmWenli Looi2022-03-251-17/+8
| * ath9k: fix ar9003_get_eepmiscWenli Looi2022-03-251-1/+1
| * ath9k: use AR9300_MAX_CHAINS when appropriateWenli Looi2022-03-252-3/+3
| * ath9k: split set11nRateFlags and set11nChainSelWenli Looi2022-03-253-10/+14
| * ath9k: make ATH_SREV macros more consistentWenli Looi2022-03-251-5/+5
| * ath9k: Use platform_get_irq() to get the interruptMinghao Chi2022-03-181-5/+3
* | ath9k: Fix usage of driver-private space in tx_infoToke Høiland-Jørgensen2022-04-102-11/+21
* | ath9k: Properly clear TX status area before reporting to mac80211Toke Høiland-Jørgensen2022-04-011-3/+2
|/
* ath9k: make array voice_priority static constColin Ian King2022-03-091-1/+1
* ath9k: use hw_random API instead of directly dumping into random.cJason A. Donenfeld2022-02-212-42/+33
* ath9k_htc: fix uninit value bugsPavel Skripkin2022-01-281-0/+5
* ath9k: remove redundant status variableMinghao Chi2022-01-171-5/+1
* ath9k: Fix out-of-bound memcpy in ath9k_hif_usb_rx_streamZekun Shen2021-12-201-0/+7
* ath9k_htc: fix NULL pointer dereference at ath9k_htc_tx_get_packet()Tetsuo Handa2021-12-203-0/+10
* ath9k_htc: fix NULL pointer dereference at ath9k_htc_rxep()Tetsuo Handa2021-12-202-0/+9
* ath9k: switch to rate table based lookupJonas Jelonek2021-12-071-2/+43
* ath9k: fix intr_txqs settingPeter Seiderer2021-11-191-1/+1
* ath9k: use swap() to make code cleanerYang Guang2021-11-011-9/+5
* ath9k: fix an IS_ERR() vs NULL checkDan Carpenter2021-10-131-2/+2
* ath9k: support DT ieee80211-freq-limit property to limit channelsChristian Lamparter2021-10-131-0/+2
* ath9k: Fix potential interrupt storm on queue resetLinus Lüssing2021-10-051-1/+3
* ath9k: add option to reset the wifi chip via debugfsLinus Lüssing2021-10-052-4/+54
* ath9k: owl-loader: fetch pci init values through nvmemChristian Lamparter2021-09-161-29/+76
* ath9k: fetch calibration data via nvmem subsystemChristian Lamparter2021-09-163-1/+69
* ath9k: fix sleeping in atomic contextMiaoqing Pan2021-08-291-5/+7
* ath9k: fix OOB read ar9300_eeprom_restore_internalZekun Shen2021-08-291-1/+2
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2021-07-281-7/+1
|\
| * ath: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-07-021-7/+1
* | 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: ar9003_mac: read STBC indicator from rx descriptorPhilipp Borgers2021-05-301-0/+2
* Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-293-6/+3
|\
| * ath9k: Fix error check in ath9k_hw_read_revisions() for PCI devicesToke Høiland-Jørgensen2021-04-222-2/+2
| * of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-131-4/+1
* | Merge tag 'irq-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-04-261-1/+1
|\ \ | |/ |/|
| * ath9k: Use tasklet_disable_in_atomic()Sebastian Andrzej Siewior2021-03-171-1/+1
* | module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-172-2/+0
* | ath9k: fix transmitting to stations in dynamic SMPS modeFelix Fietkau2021-02-182-1/+8
|/
* Merge tag 'wireless-drivers-next-2021-02-12' of git://git.kernel.org/pub/scm/...David S. Miller2021-02-121-1/+4
|\