summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath12k
AgeCommit message (Expand)AuthorFilesLines
2024-09-09Merge tag 'ath-next-20240909' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo3-37/+37
2024-09-06wifi: mac80211: handle ieee80211_radar_detected() for MLOAditya Kumar Singh1-1/+1
2024-09-05wifi: ath12k: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva2-13/+7
2024-09-05Merge tag 'wireless-next-2024-09-04' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski9-6/+495
2024-08-15wifi: ath12k: fix the stack frame size warning in ath12k_mac_op_hw_scanMiaoqing Pan1-24/+30
2024-08-13Merge tag 'ath-next-20240812' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo9-6/+495
2024-08-07wifi: ath12k: fix invalid AMPDU factor calculation in ath12k_peer_assoc_h_he()Baochen Qiang1-3/+2
2024-08-07wifi: ath12k: match WMI BSS chan info structure with firmware definitionP Praneesh1-1/+1
2024-08-07wifi: ath12k: fix BSS chan info request WMI commandP Praneesh2-0/+2
2024-08-07wifi: ath12k: restore ASPM for supported hardwares onlyAditya Kumar Singh3-1/+9
2024-08-05wifi: ath12k: use 128 bytes aligned iova in transmit path for WCN7850Baochen Qiang4-0/+83
2024-07-26wifi: ath12k: fix soft lockup on suspendJohan Hovold1-1/+2
2024-07-26wifi: ath12k: fix reusing outside iterator in ath12k_wow_vif_set_wakeups()Baochen Qiang1-4/+4
2024-07-20Merge tag 'pwrseq-fixes-for-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2024-07-18Kconfig: reduce the amount of power sequencing noiseBartosz Golaszewski1-0/+1
2024-07-16wifi: ath12k: fix build vs old compilerPaolo Abeni1-2/+2
2024-07-10wifi: ath12k: Support Transmit DE statsDinesh Karthikeyan2-0/+480
2024-07-10wifi: ath12k: fix array out-of-bound access in SoC statsKarthikeyan Periyasamy1-1/+1
2024-07-03Merge tag 'ath-next-20240702' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo22-92/+4959
2024-07-01wifi: ath12k: Support TQM statsDinesh Karthikeyan2-0/+391
2024-07-01wifi: ath12k: Support pdev error statsDinesh Karthikeyan2-0/+346
2024-07-01wifi: ath12k: Support Transmit Scheduler statsDinesh Karthikeyan2-0/+314
2024-07-01wifi: ath12k: Dump additional Tx PDEV HTT statsRamya Gnanasekar2-0/+181
2024-07-01wifi: ath12k: Add support to parse requested stats_typeDinesh Karthikeyan4-4/+549
2024-07-01wifi: ath12k: Add htt_stats_dump file ops supportDinesh Karthikeyan4-1/+240
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 Grumbach1-1/+1
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-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: ath12k: avoid unnecessary MSDU drop in the Rx error processKarthikeyan Periyasamy1-1/+3
2024-06-11wifi: ath12k: fix ACPI warning when resumeBaochen Qiang2-0/+4