summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k
AgeCommit message (Expand)Author
2024-04-04wifi: ath9k: work around memset overflow warningArnd Bergmann
2024-03-25wifi: ath9k: eeprom: fix sparse endian warningsKalle Valo
2024-03-25wifi: ath9k: fix ath9k_use_msi declarationKalle Valo
2024-03-25wifi: ath9k: ath9k_set_moredata(): fix sparse warningsKalle Valo
2024-02-22Merge tag 'ath-next-20240222' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo
2024-02-21wifi: mac80211: check beacon countdown is complete on per link basisAditya Kumar Singh
2024-02-08wifi: mac80211: add support to call csa_finish on a linkAditya Kumar Singh
2024-02-08wifi: mac80211: simplify non-chanctx driversJohannes Berg
2024-02-02wifi: ath9k: delay all of ath9k_wmi_event_tasklet() until init is completeToke Høiland-Jørgensen
2024-02-02wifi: ath9k: remove redundant assignment to variable retColin Ian King
2024-01-31Merge tag 'ath-next-20240130' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo
2023-12-18Merge tag 'wireless-next-2023-12-18' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2023-12-18wifi: ath9k: fix LNA selection in ath_ant_try_scan()Dmitry Antipov
2023-12-18wifi: ath9k: Convert to platform remove callback returning voidUwe Kleine-König
2023-12-18wifi: ath9k: delete some unused/duplicate macrosWenli Looi
2023-12-13wifi: ath9k: reset survey of current channel after a scan startedHancheng Yang
2023-11-29wifi: ath9k: Fix potential array-index-out-of-bounds read in ath9k_htc_txstat...Minsuk Kang
2023-11-29wifi: ath9k: Remove unnecessary (void*) conversionsWu Yunchuan
2023-11-27wifi: mac80211: use wiphy locked debugfs helpers for agg_statusJohannes Berg
2023-10-23wifi: ath9k_htc: fix format-truncation warningKalle Valo
2023-10-23wifi: mac80211: rename ieee80211_tx_status() to ieee80211_tx_status_skb()Kalle Valo
2023-09-21wifi: ath9k: clean up function ath9k_hif_usb_resumeDongliang Mu
2023-09-20wifi: ath9k: fix clang-specific fortify warningsDmitry Antipov
2023-09-20wifi: ath9k: use u32 for txgain indexesDmitry Antipov
2023-09-20wifi: ath9k: simplify ar9003_hw_process_ini()Dmitry Antipov
2023-08-25wifi: ath9k: use IS_ERR() with debugfs_create_dir()Wang Ming
2023-08-23wifi: ath: remove unused-but-set parameterArnd Bergmann
2023-08-22wifi: ath9k: Remove unused declarationsYue Haibing
2023-08-22wifi: ath9k: Remove unnecessary ternary operatorsRuan Jinjie
2023-08-22wifi: ath9k: consistently use kstrtoX_from_user() functionsDmitry Antipov
2023-08-22wifi: ath9k: fix parameter check in ath9k_init_debug()Minjie Du
2023-08-22wifi: ath9k: protect WMI command response buffer replacement with a lockFedor Pchelkin
2023-08-22wifi: ath9k: fix races between ath9k_wmi_cmd and ath9k_wmi_ctrl_rxFedor Pchelkin
2023-07-25wifi: ath9k: fix printk specifierDongliang Mu
2023-07-25wifi: ath9k: fix fortify warningsDmitry Antipov
2023-07-25wifi: ath9k: avoid using uninitialized arrayDmitry Antipov
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
2023-05-25wifi: ath9k: don't allow to overwrite ENDPOINT0 attributesFedor Pchelkin
2023-04-28wifi: ath9k: avoid referencing uninit memory in ath9k_wmi_ctrl_rxFedor Pchelkin
2023-04-28wifi: ath9k: fix AR9003 mac hardware hang check register offset calculationPeter Seiderer
2023-04-19wifi: ath9k: Don't mark channelmap stack variable read-only in ath9k_mci_upda...Toke Høiland-Jørgensen
2023-04-17wifi: ath9k: fix per-packet TX-power cap for TPCJonas Jelonek
2023-03-15wifi: ath9k: Remove Qwest/Actiontec 802AIN IDBastian Germann
2023-02-20wifi: ath9k: hif_usb: fix memory leak of remain_skbsFedor Pchelkin
2023-02-13Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo
2023-01-17wifi: ath9k: Fix potential stack-out-of-bounds write in ath9k_wmi_rsp_callback()Minsuk Kang
2023-01-17wifi: ath9k: hif_usb: clean up skbs if ath9k_hif_usb_rx_stream() failsFedor Pchelkin
2023-01-17wifi: ath9k: htc_hst: free skb in ath9k_htc_rx_msg() if there is no callback ...Fedor Pchelkin
2022-12-22wifi: ath9k: remove most hidden macro dependencies on ahWenli Looi