summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'wireless-next-2024-11-13' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2024-11-1456-1214/+3777
|\
| * wifi: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-11-116-24/+24
| * Merge tag 'ath-next-20241030' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo2024-10-3151-1190/+3753
| |\
| | * wifi: ath12k: convert tasklet to BH workqueue for CE interruptsRaj Kumar Bhagat2024-10-252-8/+8
| | * wifi: ath12k: fix A-MSDU indication in monitor modeKang Yang2024-10-231-2/+13
| | * wifi: ath12k: use tail MSDU to get MSDU informationKang Yang2024-10-231-18/+23
| | * wifi: ath12k: delete NSS and TX power setting for monitor vdevKang Yang2024-10-231-14/+0
| | * wifi: ath12k: fix struct hal_rx_mpdu_startKang Yang2024-10-231-5/+6
| | * wifi: ath12k: fix struct hal_rx_phyrx_rssi_legacy_infoKang Yang2024-10-232-22/+12
| | * wifi: ath12k: fix struct hal_rx_ppdu_startKang Yang2024-10-234-15/+28
| | * wifi: ath12k: fix struct hal_rx_ppdu_end_user_statsKang Yang2024-10-232-18/+15
| | * wifi: ath12k: remove unused variable monitor_presentKang Yang2024-10-231-1/+0
| | * wifi: ath12k: fix warning when unbindingJose Ignacio Tornos Martinez2024-10-221-1/+3
| | * wifi: ath12k: fix crash when unbindingJose Ignacio Tornos Martinez2024-10-221-0/+1
| | * wifi: ath12k: remove msdu_end structure for WCN7850Lingbo Kong2024-10-222-80/+20
| | * wifi: ath12k: modify link arvif creation and removal for MLOSriram R2024-10-161-103/+228
| | * wifi: ath12k: update ath12k_mac_op_update_vif_offload() for MLOSriram R2024-10-161-0/+16
| | * wifi: ath12k: update ath12k_mac_op_conf_tx() for MLOSriram R2024-10-161-10/+9
| | * wifi: ath12k: modify ath12k_mac_op_set_key() for MLORameshkumar Sundaram2024-10-162-35/+141
| | * wifi: ath12k: modify ath12k_mac_op_bss_info_changed() for MLOSriram R2024-10-161-15/+46
| | * wifi: ath12k: modify ath12k_get_arvif_iter() for MLORameshkumar Sundaram2024-10-161-4/+15
| | * wifi: ath12k: modify ath12k_mac_vif_chan() for MLORameshkumar Sundaram2024-10-161-16/+23
| | * wifi: ath12k: prepare vif config caching for MLORameshkumar Sundaram2024-10-162-20/+22
| | * wifi: ath12k: prepare sta data structure for MLO handlingSriram R2024-10-164-75/+167
| | * wifi: ath12k: pass ath12k_link_vif instead of vif/ahvifSriram R2024-10-161-107/+75
| | * wifi: ath12k: prepare vif data structure for MLO handlingSriram R2024-10-1616-354/+605
| | * wifi: ath12k: Support BE OFDMA Pdev Rate StatsPradeep Kumar Chitrapu2024-10-162-0/+134
| | * wifi: ath12k: Support Pdev Scheduled Algorithm StatsSidhanta Sahu2024-10-162-0/+87
| | * wifi: ath12k: Support DMAC Reset StatsRajat Soni2024-10-162-0/+64
| | * wifi: ath12k: Add firmware coredump collection supportSowmiya Sree Elavalagan2024-10-1611-3/+349
| | * wifi: ath12k: add missing lockdep_assert_wiphy() for ath12k_mac_op_ functionsKalle Valo2024-10-161-22/+39
| | * wifi: ath5k: add PCI ID for Arcadyan devicesRosen Penev2024-10-161-0/+1
| | * wifi: ath5k: add PCI ID for SX76XRosen Penev2024-10-161-0/+1
| | * wifi: ath10k: avoid NULL pointer error during sdio removeKang Yang2024-10-161-3/+3
| | * wifi: ath12k: ath12k_mac_op_sta_state(): clean up update_wk cancellationKalle Valo2024-10-111-5/+2
| | * wifi: ath12k: ath12k_mac_set_key(): remove exit labelKalle Valo2024-10-111-12/+10
| | * wifi: ath12k: cleanup unneeded labelsKalle Valo2024-10-111-34/+22
| | * wifi: ath12k: switch to using wiphy_lock() and remove ar->conf_mutexKalle Valo2024-10-117-210/+142
| | * wifi: ath12k: convert struct ath12k_sta::update_wk to use struct wiphy_workKalle Valo2024-10-112-6/+8
| | * wifi: ath12k: fix atomic calls in ath12k_mac_op_set_bitrate_mask()Kalle Valo2024-10-111-9/+9
| | * wifi: ath12k: Support Pdev OBSS StatsDinesh Karthikeyan2024-10-112-0/+92
| | * wifi: ath12k: Support pdev CCA StatsDinesh Karthikeyan2024-10-112-0/+90
| | * wifi: ath12k: Support pdev Transmit Multi-user statsDinesh Karthikeyan2024-10-112-0/+383
| | * wifi: ath12k: Support Ring and SFM statsDinesh Karthikeyan2024-10-112-0/+245
| | * wifi: ath12k: Support Self-Generated Transmit statsDinesh Karthikeyan2024-10-112-6/+669
| | * wifi: ath11k: Fix CE offset address calculation for WCN6750 in SSRBalaji Pothunoori2024-10-081-0/+3
| | * wifi: ath12k: fix one more memcpy size errorArnd Bergmann2024-10-071-1/+1
| | * wifi: ath12k: Modify print_array_to_buf() to support arrays with 1-based sema...Roopni Devanathan2024-10-071-3/+11
| | * wifi: ath12k: fix use-after-free in ath12k_dp_cc_cleanup()Rameshkumar Sundaram2024-10-071-4/+10
| | * wifi: ath12k: Skip Rx TID cleanup for self peerRamya Gnanasekar2024-09-281-1/+4