summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k
Commit message (Expand)AuthorAgeFilesLines
* wifi: ath9k: work around memset overflow warningArnd Bergmann2024-04-041-2/+1
* wifi: ath9k: eeprom: fix sparse endian warningsKalle Valo2024-03-253-6/+6
* wifi: ath9k: fix ath9k_use_msi declarationKalle Valo2024-03-252-2/+1
* wifi: ath9k: ath9k_set_moredata(): fix sparse warningsKalle Valo2024-03-251-2/+8
* Merge tag 'ath-next-20240222' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo2024-02-225-11/+12
|\
| * wifi: ath9k: delay all of ath9k_wmi_event_tasklet() until init is completeToke Høiland-Jørgensen2024-02-024-9/+11
| * wifi: ath9k: remove redundant assignment to variable retColin Ian King2024-02-021-2/+1
* | wifi: mac80211: check beacon countdown is complete on per link basisAditya Kumar Singh2024-02-212-2/+2
* | wifi: mac80211: add support to call csa_finish on a linkAditya Kumar Singh2024-02-082-2/+2
* | wifi: mac80211: simplify non-chanctx driversJohannes Berg2024-02-082-0/+8
|/
* Merge tag 'ath-next-20240130' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo2024-01-314-18/+3
|\
| * wifi: ath9k: fix LNA selection in ath_ant_try_scan()Dmitry Antipov2023-12-181-1/+1
| * wifi: ath9k: Convert to platform remove callback returning voidUwe Kleine-König2023-12-181-4/+2
| * wifi: ath9k: delete some unused/duplicate macrosWenli Looi2023-12-182-13/+0
* | Merge tag 'wireless-next-2023-12-18' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-12-1813-41/+57
|\|
| * wifi: ath9k: reset survey of current channel after a scan startedHancheng Yang2023-12-131-0/+15
| * wifi: ath9k: Fix potential array-index-out-of-bounds read in ath9k_htc_txstat...Minsuk Kang2023-11-291-2/+3
| * wifi: ath9k: Remove unnecessary (void*) conversionsWu Yunchuan2023-11-2911-39/+39
* | wifi: mac80211: use wiphy locked debugfs helpers for agg_statusJohannes Berg2023-11-271-3/+1
|/
* wifi: ath9k_htc: fix format-truncation warningKalle Valo2023-10-231-1/+1
* wifi: mac80211: rename ieee80211_tx_status() to ieee80211_tx_status_skb()Kalle Valo2023-10-232-2/+2
* wifi: ath9k: clean up function ath9k_hif_usb_resumeDongliang Mu2023-09-211-17/+17
* wifi: ath9k: fix clang-specific fortify warningsDmitry Antipov2023-09-202-2/+2
* wifi: ath9k: use u32 for txgain indexesDmitry Antipov2023-09-201-4/+4
* wifi: ath9k: simplify ar9003_hw_process_ini()Dmitry Antipov2023-09-201-3/+0
* wifi: ath9k: use IS_ERR() with debugfs_create_dir()Wang Ming2023-08-251-1/+1
* wifi: ath: remove unused-but-set parameterArnd Bergmann2023-08-232-2/+0
* wifi: ath9k: Remove unused declarationsYue Haibing2023-08-222-3/+0
* wifi: ath9k: Remove unnecessary ternary operatorsRuan Jinjie2023-08-223-4/+3
* wifi: ath9k: consistently use kstrtoX_from_user() functionsDmitry Antipov2023-08-225-139/+61
* wifi: ath9k: fix parameter check in ath9k_init_debug()Minjie Du2023-08-221-1/+1
* wifi: ath9k: protect WMI command response buffer replacement with a lockFedor Pchelkin2023-08-221-6/+8
* wifi: ath9k: fix races between ath9k_wmi_cmd and ath9k_wmi_ctrl_rxFedor Pchelkin2023-08-221-2/+4
* wifi: ath9k: fix printk specifierDongliang Mu2023-07-252-4/+4
* wifi: ath9k: fix fortify warningsDmitry Antipov2023-07-252-4/+6
* wifi: ath9k: avoid using uninitialized arrayDmitry Antipov2023-07-251-0/+2
* wifi: ath9k: convert msecs to jiffies where neededDmitry Antipov2023-06-211-2/+2
* wifi: ath9k: Fix possible stall on ath9k_txq_list_has_key()Remi Pommarel2023-06-131-3/+4
* wifi: ath9k: don't allow to overwrite ENDPOINT0 attributesFedor Pchelkin2023-05-251-1/+7
* wifi: ath9k: avoid referencing uninit memory in ath9k_wmi_ctrl_rxFedor Pchelkin2023-04-281-0/+4
* wifi: ath9k: fix AR9003 mac hardware hang check register offset calculationPeter Seiderer2023-04-281-9/+18
* wifi: ath9k: Don't mark channelmap stack variable read-only in ath9k_mci_upda...Toke Høiland-Jørgensen2023-04-191-3/+1
* wifi: ath9k: fix per-packet TX-power cap for TPCJonas Jelonek2023-04-171-6/+24
* wifi: ath9k: Remove Qwest/Actiontec 802AIN IDBastian Germann2023-03-151-2/+0
* wifi: ath9k: hif_usb: fix memory leak of remain_skbsFedor Pchelkin2023-02-201-0/+19
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2023-02-1329-424/+440
|\
| * wifi: ath9k: Fix potential stack-out-of-bounds write in ath9k_wmi_rsp_callback()Minsuk Kang2023-01-171-0/+1
| * wifi: ath9k: hif_usb: clean up skbs if ath9k_hif_usb_rx_stream() failsFedor Pchelkin2023-01-171-9/+22
| * wifi: ath9k: htc_hst: free skb in ath9k_htc_rx_msg() if there is no callback ...Fedor Pchelkin2023-01-171-1/+3
| * wifi: ath9k: remove most hidden macro dependencies on ahWenli Looi2022-12-2226-412/+412