summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k
Commit message (Expand)AuthorAgeFilesLines
* wifi: Switch back to struct platform_driver::remove()Uwe Kleine-König10 days1-5/+5
* Merge tag 'ath-next-20241030' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo2024-10-317-83/+13
|\
| * wifi: ath9k: remove ath9k_platform_dataRosen Penev2024-09-183-52/+3
| * wifi: ath9k: btcoex: remove platform_dataRosen Penev2024-09-181-13/+3
| * wifi: ath9k: eeprom: remove platform dataRosen Penev2024-09-181-12/+0
| * wifi: ath9k: add range check for conn_rsp_epid in htc_connect_service()Jeongjun Park2024-09-141-0/+3
| * wifi: ath9k: use clamp() in ar9003_aic_cal_post_process()Li Zetao2024-09-141-6/+4
* | wifi: mac80211: call rate_control_rate_update() for link STAJohannes Berg2024-10-231-2/+4
* | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-027-7/+7
|/
* Merge tag 'ath-next-20240909' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo2024-09-091-4/+2
|\
| * wifi: ath9k_htc: Use __skb_set_length() for resetting urb before resubmitToke Høiland-Jørgensen2024-08-161-4/+2
* | wifi: mac80211: handle ieee80211_radar_detected() for MLOAditya Kumar Singh2024-09-062-2/+2
|/
* Revert "wifi: ath9k: use devm for request_irq()"Toke Høiland-Jørgensen2024-08-102-5/+11
* wifi: ath9k: Remove error checks when creating debugfs entriesToke Høiland-Jørgensen2024-08-072-4/+0
* wifi: ath9k: use devm for gpio_request_one()Rosen Penev2024-08-071-4/+2
* wifi: ath9k: use devm for request_irq()Rosen Penev2024-08-072-11/+5
* wifi: ath9k: fix possible integer overflow in ath9k_get_et_stats()Dmitry Kandybka2024-08-011-2/+2
* wifi: ath9k: Use swap() to improve ath9k_hw_get_nf_hist_mid()Thorsten Blum2024-08-011-5/+2
* wifi: ath9k: use unmanaged PCI functions in ath9k_pci_owl_loaderHeiner Kallweit2024-08-011-5/+3
* wifi: mac80211: inform the low level if drv_stop() is a suspendEmmanuel Grumbach2024-06-262-2/+2
* 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