summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2025-04-25wifi: ath12k: Fix invalid entry fetch in ath12k_dp_mon_srng_processP Praneesh1-1/+1
2025-04-25Revert "wifi: ath12k: Fix invalid entry fetch in ath12k_dp_mon_srng_process"Alexander Tsoy1-1/+1
2025-04-20wifi: ath11k: update channel list in worker when wait flag is setWen Gong6-28/+81
2025-04-20wifi: ath12k: Fix invalid data access in ath12k_dp_rx_h_undecap_nwifiManish Dharanenthiran1-2/+40
2025-04-20wifi: ath12k: Avoid memory leak while enabling statisticsP Praneesh2-55/+12
2025-04-20wifi: ath12k: Fix invalid entry fetch in ath12k_dp_mon_srng_processP Praneesh1-1/+1
2025-04-20wifi: ath12k: fix memory leak in ath12k_pci_remove()Miaoqing Pan1-1/+1
2025-04-20wifi: ath11k: fix memory leak in ath11k_xxx_remove()Miaoqing Pan4-5/+8
2025-04-20wifi: ath11k: Fix DMA buffer allocation to resolve SWIOTLB issuesP Praneesh1-24/+11
2025-04-20wifi: ath9k: use unsigned long for activity check timestampDmitry Antipov1-1/+1
2025-04-10wifi: ath12k: Clear affinity hint before calling ath12k_pci_free_irq() in err...Manivannan Sadhasivam1-0/+2
2025-04-10wifi: ath11k: Clear affinity hint before calling ath11k_pcic_free_irq() in er...Manivannan Sadhasivam1-0/+2
2025-04-10wifi: ath12k: use link specific bss_conf as well in ath12k_mac_vif_cache_flush()Baochen Qiang1-1/+8
2025-04-10wifi: ath12k: Add missing htt_metadata flag in ath12k_dp_tx()Nicolas Escande1-0/+1
2025-04-10wifi: ath12k: Fix locking in "QMI firmware ready" error pathsBart Van Assche1-1/+3
2025-04-10wifi: ath11k: add srng->lock for ath11k_hal_srng_* in monitor modeKang Yang1-2/+8
2025-04-10wifi: ath11k: fix RCU stall while reaping monitor destination ringP Praneesh1-2/+2
2025-04-10wifi: ath11k: update channel list in reg notifier instead reg workerWen Gong1-7/+15
2025-04-10wifi: ath11k: fix wrong overriding for VHT Beamformee STS CapabilityYu Zhang(Yuriy)1-5/+0
2025-04-10wifi: ath9k: do not submit zero bytes to the entropy poolDmitry Antipov1-2/+2
2025-04-10wifi: ath12k: Fix pdev lookup in WBM error processingRameshkumar Sundaram1-1/+1
2025-04-10wifi: ath12k: encode max Tx power in scan channel list commandSathishkumar Muruganandam1-0/+2
2025-04-10wifi: ath12k: fix skb_ext_desc leak in ath12k_dp_tx() error pathNicolas Escande1-0/+1
2025-02-11Merge tag 'wireless-2025-02-07' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2-17/+45
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-16/+12
2025-01-28Merge tag 'ath-current-20250124' of git://git.kernel.org/pub/scm/linux/kernel...Kalle Valo2-17/+45
2025-01-27Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2025-01-24wifi: ath12k: fix handling of 6 GHz rulesAditya Kumar Singh2-17/+45
2025-01-15carl9170: stop embedding file_operations into their objectsAl Viro1-16/+12
2025-01-14wifi: ath12k: fix key cache handlingAditya Kumar Singh1-12/+18
2025-01-14wifi: ath12k: Fix uninitialized variable access in ath12k_mac_allocate() func...Karthikeyan Periyasamy1-6/+21
2025-01-14wifi: ath12k: Remove ath12k_get_num_hw() helper functionKarthikeyan Periyasamy3-18/+17
2025-01-14wifi: ath12k: Refactor the ath12k_hw get helper function argumentKarthikeyan Periyasamy3-11/+11
2025-01-14wifi: ath12k: Refactor ath12k_hw set helper function argumentKarthikeyan Periyasamy2-4/+4
2025-01-13wifi: ath11k: convert timeouts to secs_to_jiffies()Easwar Hariharan1-1/+1
2025-01-11wifi: ath9k: cleanup ath9k_hw_get_nf_hist_mid()Dmitry Antipov1-14/+10
2025-01-10wifi: ath12k: Support pdev Puncture StatsRajat Soni2-0/+139
2025-01-10wifi: ath12k: Support AST Entry StatsRoopni Devanathan3-0/+86
2025-01-10wifi: ath12k: Support Transmit Buffer OFDMA StatsPradeep Kumar Chitrapu2-0/+317
2025-01-10wifi: ath12k: Support Transmit Rate Buffer StatsPradeep Kumar Chitrapu2-0/+127
2025-01-08wifi: ath12k: fix tx power, max reg power update to firmwareSathishkumar Muruganandam1-3/+3
2025-01-08wifi: ath12k: set flag for mgmt no-ack frames in Tx completionRamya Gnanasekar1-0/+3
2025-01-08wifi: ath12k: Include MLO memory in firmware coredump collectionRaj Kumar Bhagat2-0/+4
2025-01-08wifi: ath12k: handle radar detection with MLOAditya Kumar Singh3-1/+30
2025-01-08wifi: ath12k: fix CAC running state during virtual interface startAditya Kumar Singh1-10/+13
2025-01-08wifi: ath12k: rename CAC_RUNNING flagAditya Kumar Singh4-9/+9
2024-12-19wifi: ath12k: Fix spelling mistake "requestted" -> "requested"Colin Ian King1-1/+1
2024-12-19wifi: ath12k: Avoid explicit type cast in monitor status parse handlerKarthikeyan Periyasamy1-79/+47
2024-12-19wifi: ath12k: Change the Tx monitor SRNG ring IDKarthikeyan Periyasamy2-2/+2
2024-12-19wifi: ath12k: Remove unused HAL Rx mask in DP monitor pathKarthikeyan Periyasamy1-2/+0