summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k
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-152-2/+4
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2022-07-085-34/+39
|\
| * ath9k: remove unexpected words "the" in commentsJiang Jian2022-07-081-1/+1
| * ath9k: htc: clean up statistics macrosPavel Skripkin2022-06-203-32/+36
| * ath9k: fix use-after-free in ath9k_hif_usb_rx_cbPavel Skripkin2022-06-202-6/+7
* | wifi: mac80211: return a beacon for a specific linkShaul Triebitz2022-06-202-2/+2
* | wifi: mac80211: make channel context code MLO-awareJohannes Berg2022-06-201-0/+2
* | wifi: mac80211: split bss_info_changed methodJohannes Berg2022-06-202-2/+2
* | wifi: mac80211: move interface config to new structJohannes Berg2022-06-203-17/+18
* | wifi: mac80211: move some future per-link data to bss_confJohannes Berg2022-06-202-2/+2
|/
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2022-06-151-1/+1
|\
| * ath9k: replace ternary operator with max()Guo Zhengkui2022-05-221-1/+1
* | 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