summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2024-11-13Merge tag 'wireless-next-2024-11-13' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski56-1214/+3777
2024-11-11wifi: Switch back to struct platform_driver::remove()Uwe Kleine-König6-24/+24
2024-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-4/+14
2024-10-31Merge tag 'ath-next-20241030' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo51-1190/+3753
2024-10-25wifi: ath12k: convert tasklet to BH workqueue for CE interruptsRaj Kumar Bhagat2-8/+8
2024-10-25Merge tag 'wireless-2024-10-21' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller4-4/+14
2024-10-23wifi: ath12k: fix A-MSDU indication in monitor modeKang Yang1-2/+13
2024-10-23wifi: ath12k: use tail MSDU to get MSDU informationKang Yang1-18/+23
2024-10-23wifi: ath12k: delete NSS and TX power setting for monitor vdevKang Yang1-14/+0
2024-10-23wifi: ath12k: fix struct hal_rx_mpdu_startKang Yang1-5/+6
2024-10-23wifi: ath12k: fix struct hal_rx_phyrx_rssi_legacy_infoKang Yang2-22/+12
2024-10-23wifi: ath12k: fix struct hal_rx_ppdu_startKang Yang4-15/+28
2024-10-23wifi: ath12k: fix struct hal_rx_ppdu_end_user_statsKang Yang2-18/+15
2024-10-23wifi: ath12k: remove unused variable monitor_presentKang Yang1-1/+0
2024-10-23wifi: cfg80211: pass net_device to .set_monitor_channelFelix Fietkau1-0/+1
2024-10-23wifi: mac80211: call rate_control_rate_update() for link STAJohannes Berg4-8/+13
2024-10-22wifi: ath12k: fix warning when unbindingJose Ignacio Tornos Martinez1-1/+3
2024-10-22wifi: ath12k: fix crash when unbindingJose Ignacio Tornos Martinez1-0/+1
2024-10-22wifi: ath12k: remove msdu_end structure for WCN7850Lingbo Kong2-80/+20
2024-10-17Merge tag 'ath-current-20241016' of git://git.kernel.org/pub/scm/linux/kernel...Kalle Valo3-3/+13
2024-10-16wifi: ath12k: modify link arvif creation and removal for MLOSriram R1-103/+228
2024-10-16wifi: ath12k: update ath12k_mac_op_update_vif_offload() for MLOSriram R1-0/+16
2024-10-16wifi: ath12k: update ath12k_mac_op_conf_tx() for MLOSriram R1-10/+9
2024-10-16wifi: ath12k: modify ath12k_mac_op_set_key() for MLORameshkumar Sundaram2-35/+141
2024-10-16wifi: ath12k: modify ath12k_mac_op_bss_info_changed() for MLOSriram R1-15/+46
2024-10-16wifi: ath12k: modify ath12k_get_arvif_iter() for MLORameshkumar Sundaram1-4/+15
2024-10-16wifi: ath12k: modify ath12k_mac_vif_chan() for MLORameshkumar Sundaram1-16/+23
2024-10-16wifi: ath12k: prepare vif config caching for MLORameshkumar Sundaram2-20/+22
2024-10-16wifi: ath12k: prepare sta data structure for MLO handlingSriram R4-75/+167
2024-10-16wifi: ath12k: pass ath12k_link_vif instead of vif/ahvifSriram R1-107/+75
2024-10-16wifi: ath12k: prepare vif data structure for MLO handlingSriram R16-354/+605
2024-10-16wifi: ath12k: Support BE OFDMA Pdev Rate StatsPradeep Kumar Chitrapu2-0/+134
2024-10-16wifi: ath12k: Support Pdev Scheduled Algorithm StatsSidhanta Sahu2-0/+87
2024-10-16wifi: ath12k: Support DMAC Reset StatsRajat Soni2-0/+64
2024-10-16wifi: ath12k: Add firmware coredump collection supportSowmiya Sree Elavalagan11-3/+349
2024-10-16wifi: ath12k: add missing lockdep_assert_wiphy() for ath12k_mac_op_ functionsKalle Valo1-22/+39
2024-10-16wifi: ath5k: add PCI ID for Arcadyan devicesRosen Penev1-0/+1
2024-10-16wifi: ath5k: add PCI ID for SX76XRosen Penev1-0/+1
2024-10-16wifi: ath10k: avoid NULL pointer error during sdio removeKang Yang1-3/+3
2024-10-16wifi: ath11k: Fix invalid ring usage in full monitor modeRemi Pommarel1-2/+5
2024-10-16wifi: ath10k: Fix memory leak in management txManikanta Pubbisetty2-1/+8
2024-10-11wifi: ath12k: ath12k_mac_op_sta_state(): clean up update_wk cancellationKalle Valo1-5/+2
2024-10-11wifi: ath12k: ath12k_mac_set_key(): remove exit labelKalle Valo1-12/+10
2024-10-11wifi: ath12k: cleanup unneeded labelsKalle Valo1-34/+22
2024-10-11wifi: ath12k: switch to using wiphy_lock() and remove ar->conf_mutexKalle Valo7-210/+142
2024-10-11wifi: ath12k: convert struct ath12k_sta::update_wk to use struct wiphy_workKalle Valo2-6/+8
2024-10-11wifi: ath12k: fix atomic calls in ath12k_mac_op_set_bitrate_mask()Kalle Valo1-9/+9
2024-10-11wifi: ath12k: Support Pdev OBSS StatsDinesh Karthikeyan2-0/+92
2024-10-11wifi: ath12k: Support pdev CCA StatsDinesh Karthikeyan2-0/+90
2024-10-11wifi: ath12k: Support pdev Transmit Multi-user statsDinesh Karthikeyan2-0/+383