summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k
AgeCommit message (Expand)Author
2022-07-08ath9k: remove unexpected words "the" in commentsJiang Jian
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz
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-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg
2022-06-20ath9k: htc: clean up statistics macrosPavel Skripkin
2022-06-20ath9k: fix use-after-free in ath9k_hif_usb_rx_cbPavel Skripkin
2022-06-15Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo
2022-05-22wifi: ath9k: silence array-bounds warning on GCC 12Jakub Kicinski
2022-05-22ath9k: replace ternary operator with max()Guo Zhengkui
2022-05-03Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2022-05-03Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo
2022-04-29ath9k: hif_usb: simplify if-if to if-elseWan Jiabing
2022-04-23ath9k: fix QCA9561 PA bias levelThibaut VARÈNE
2022-04-23ath9k_htc: fix potential out of bounds access with invalid rxstatus->rs_keyixDan Carpenter
2022-04-12ath9k: Remove unnecessary print function dev_err()Yang Li
2022-04-12ath9k: fix ath_get_rate_txpower() to respect the rate list end tagPeter Seiderer
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
2022-04-01ath9k: make is2ghz consistent in ar9003_eepromWenli Looi
2022-04-01ath9k: Properly clear TX status area before reporting to mac80211Toke Høiland-Jørgensen
2022-03-25ath9k: add functions to get paprd rate maskWenli Looi
2022-03-25ath9k: refactor ar9003_hw_spur_mitigate_ofdmWenli Looi
2022-03-25ath9k: fix ar9003_get_eepmiscWenli Looi
2022-03-25ath9k: use AR9300_MAX_CHAINS when appropriateWenli Looi
2022-03-25ath9k: split set11nRateFlags and set11nChainSelWenli Looi
2022-03-25ath9k: make ATH_SREV macros more consistentWenli Looi
2022-03-18ath9k: Use platform_get_irq() to get the interruptMinghao Chi
2022-03-09ath9k: make array voice_priority static constColin Ian King
2022-02-21ath9k: use hw_random API instead of directly dumping into random.cJason A. Donenfeld
2022-01-28ath9k_htc: fix uninit value bugsPavel Skripkin
2022-01-17ath9k: remove redundant status variableMinghao Chi
2021-12-20ath9k: Fix out-of-bound memcpy in ath9k_hif_usb_rx_streamZekun Shen
2021-12-20ath9k_htc: fix NULL pointer dereference at ath9k_htc_tx_get_packet()Tetsuo Handa
2021-12-20ath9k_htc: fix NULL pointer dereference at ath9k_htc_rxep()Tetsuo Handa
2021-12-07ath9k: switch to rate table based lookupJonas Jelonek
2021-11-19ath9k: fix intr_txqs settingPeter Seiderer
2021-11-01ath9k: use swap() to make code cleanerYang Guang
2021-10-13ath9k: fix an IS_ERR() vs NULL checkDan Carpenter
2021-10-13ath9k: support DT ieee80211-freq-limit property to limit channelsChristian Lamparter
2021-10-05ath9k: Fix potential interrupt storm on queue resetLinus Lüssing
2021-10-05ath9k: add option to reset the wifi chip via debugfsLinus Lüssing
2021-09-16ath9k: owl-loader: fetch pci init values through nvmemChristian Lamparter
2021-09-16ath9k: fetch calibration data via nvmem subsystemChristian Lamparter
2021-08-29ath9k: fix sleeping in atomic contextMiaoqing Pan
2021-08-29ath9k: fix OOB read ar9300_eeprom_restore_internalZekun Shen
2021-07-28Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo
2021-07-02ath: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2021-06-23mac80211: notify driver on mgd TX completionJohannes Berg