aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2024-07-01wifi: ath12k: Add support to enable debugfs_htt_statsDinesh Karthikeyan5-1/+112
2024-06-27wifi: ath12k: fix driver initialization for WoW unsupported devicesRameshkumar Sundaram1-2/+2
2024-06-26wifi: ath12k: fix peer metadata parsingKarthikeyan Periyasamy6-14/+72
2024-06-26wifi: ath12k: Fix pdev id sent to firmware for single phy devicesLingbo Kong2-0/+77
2024-06-26wifi: mac80211: inform the low level if drv_stop() is a suspendEmmanuel Grumbach10-10/+10
2024-06-24wifi: ath12k: handle keepalive during WoWLAN suspend and resumeBaochen Qiang5-0/+153
2024-06-24wifi: ath12k: support GTK rekey offloadBaochen Qiang5-1/+242
2024-06-24wifi: ath12k: support ARP and NS offloadBaochen Qiang4-0/+406
2024-06-24wifi: ath12k: implement hardware data filterBaochen Qiang3-0/+118
2024-06-24wifi: ath12k: add WoW net-detect functionalityBaochen Qiang5-3/+524
2024-06-24wifi: ath12k: add basic WoW functionalitiesBaochen Qiang8-8/+717
2024-06-24wifi: ath12k: implement WoW enable and wakeup commandsBaochen Qiang7-0/+395
2024-06-24wifi: ath12k: add ATH12K_DBG_WOW log levelBaochen Qiang1-1/+2
2024-06-19wifi: ath12k: fix mbssid max interface advertisementKarthikeyan Periyasamy1-1/+4
2024-06-19wifi: ath12k: fix firmware crash due to invalid peer nssAjith C1-0/+5
2024-06-19wifi: ath12k: fix legacy peer association due to missing HT or 6 GHz capabili...Pradeep Kumar Chitrapu1-3/+6
2024-06-19wifi: ath12k: fix uninitialize symbol error on ath12k_peer_assoc_h_he()Aaradhana Sahu1-1/+3
2024-06-19wifi: ath12k: fix NULL pointer access in ath12k_mac_op_get_survey()Aaradhana Sahu1-4/+0
2024-06-19wifi: ath11k: modify the calculation of the average signal strength in statio...Lingbo Kong1-2/+5
2024-06-19wifi: ath11k: fix ack signal strength calculationLingbo Kong3-8/+16
2024-06-17wifi: ath12k: Remove unused ath12k_base from ath12k_hwHarshitha Prem2-3/+0
2024-06-17wifi: ath12k: Fix WARN_ON during firmware crash in split-phyAaradhana Sahu3-39/+8
2024-06-11wifi: ath12k: handle symlink cleanup for per pdev debugfs dentryAditya Kumar Singh2-2/+7
2024-06-11wifi: ath12k: unregister per pdev debugfsAditya Kumar Singh3-2/+21
2024-06-11wifi: ath12k: fix per pdev debugfs registrationAditya Kumar Singh1-2/+2
2024-06-11wifi: ath11k: fix wrong handling of CCMP256 and GCMP ciphersBaochen Qiang3-6/+15
2024-06-11wifi: ath12k: avoid unnecessary MSDU drop in the Rx error processKarthikeyan Periyasamy1-1/+3
2024-06-11wifi: ath11k: use 'time_left' variable with wait_event_timeout()Wolfram Sang1-10/+10
2024-06-11wifi: ath11k: fix RCU documentation in ath11k_mac_op_ipv6_changed()Baochen Qiang1-1/+6
2024-06-11wifi: ath12k: fix ACPI warning when resumeBaochen Qiang2-0/+4
2024-06-11wifi: ath12k: modify remain on channel for single wiphyRameshkumar Sundaram1-6/+62
2024-06-10Merge tag 'wireless-next-2024-06-07' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski56-714/+1553
2024-06-05Merge tag 'ath-next-20240605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo55-600/+1510
2024-06-03wifi: ath12k: add hw_link_id in ath12k_pdevKarthikeyan Periyasamy3-1/+3
2024-06-03wifi: ath12k: add panic handlerBaochen Qiang4-0/+49
2024-06-01Merge tag 'ath-current-20240531' of git://git.kernel.org/pub/scm/linux/kernel...Kalle Valo4-22/+44
2024-05-30wifi: ath12k: do not process consecutive RDDM eventBaochen Qiang2-0/+12
2024-05-30wifi: ath12k: fix memory leak in ath12k_dp_rx_peer_frag_setup()Baochen Qiang1-0/+1
2024-05-28wifi: ath12k: fix wrong definition of CE ring's base addressBaochen Qiang1-3/+3
2024-05-28wifi: ath12k: fix race due to setting ATH12K_FLAG_EXT_IRQ_ENABLED too earlyBaochen Qiang1-2/+2
2024-05-28wifi: ath11k: fix wrong definition of CE ring's base addressBaochen Qiang1-3/+3
2024-05-28wifi: ath12k: Fix devmem address prefix when loggingJeff Johnson1-1/+1
2024-05-25wifi: ath12k: fix firmware crash during reo reinjectP Praneesh1-8/+6
2024-05-25wifi: ath12k: fix invalid memory access while processing fragmented packetsP Praneesh1-5/+1
2024-05-25wifi: ath12k: change DMA direction while mapping reinjected packetsP Praneesh1-2/+2
2024-05-25wifi: ath11k: restore country code during resumeBaochen Qiang1-0/+10
2024-05-25wifi: ath11k: refactor setting country code logicBaochen Qiang4-27/+23
2024-05-25wifi: ath12k: improve the rx descriptor error informationKarthikeyan Periyasamy1-3/+6
2024-05-25wifi: ath12k: refactor rx descriptor CMEM configurationKarthikeyan Periyasamy2-3/+10
2024-05-23wifi: ath11k: move power type check to ASSOC stage when connecting to 6 GHz APBaochen Qiang1-13/+25