summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath12k/core.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-22wifi: ath12k: Prefer {} to {0} in initializersJeff Johnson1-1/+1
2025-07-14wifi: ath12k: Enable memory profile selection for QCN9274Aaradhana Sahu1-1/+15
2025-07-14wifi: ath12k: Refactor macros to use memory profile-based valuesAaradhana Sahu1-12/+8
2025-07-14wifi: ath12k: Remove redundant TID calculation for QCN9274Aaradhana Sahu1-9/+0
2025-07-14wifi: ath12k: Add a table of parameters entries impacting memory consumptionAaradhana Sahu1-0/+33
2025-06-27wifi: ath12k: fix timeout while waiting for regulatory update during interfac...Aditya Kumar Singh1-1/+1
2025-06-23wifi: ath12k: Add missing include of export.hJeff Johnson1-0/+2
2025-06-23wifi: ath12k: handle regulatory hints during mac registrationAditya Kumar Singh1-0/+4
2025-06-23wifi: ath12k: update channel list in worker when wait flag is setKang Yang1-0/+1
2025-06-18wifi: ath12k: don't use static variables in ath12k_wmi_fw_stats_process()Baochen Qiang1-0/+2
2025-06-18wifi: ath12k: avoid burning CPU while waiting for firmware statsBaochen Qiang1-1/+1
2025-06-07wifi: ath12k: fix uaf in ath12k_core_init()Miaoqing Pan1-3/+7
2025-05-19wifi: ath12k: Reorder and relocate the release of resources in ath12k_core_de...Yingying Tang1-3/+2
2025-05-19wifi: ath12k: print device dp stats in debugfsVinith Kumar R1-0/+2
2025-05-19wifi: ath12k: change soc name to device nameVinith Kumar R1-2/+2
2025-05-16wifi: ath12k: read country code from SMBIOS for WCN7850Wen Gong1-2/+24
2025-04-18wifi: ath12k: fix node corruption in ar->arvifs listMaharaja Kennadyrajan1-1/+7
2025-04-15wifi: ath12k: support MLO as well if single_chip_mlo_support flag is setBaochen Qiang1-11/+10
2025-04-15wifi: ath12k: introduce ath12k_fw_feature_supported()Baochen Qiang1-1/+1
2025-04-12wifi: ath12k: reset MLO global memory during recoveryAditya Kumar Singh1-0/+3
2025-04-12wifi: ath12k: handle ath12k_core_reset() with hardware groupingAditya Kumar Singh1-3/+26
2025-04-12wifi: ath12k: handle ath12k_core_restart() with hardware groupingAditya Kumar Singh1-1/+11
2025-04-12wifi: ath12k: fix ath12k_core_pre_reconfigure_recovery() with groupingAditya Kumar Singh1-0/+14
2025-04-12wifi: ath12k: fix ATH12K_FLAG_REGISTERED flag handlingAditya Kumar Singh1-0/+5
2025-04-12wifi: ath12k: add reference counting for core attachment to hardware groupAditya Kumar Singh1-4/+43
2025-04-02wifi: ath12k: store and send country code to firmware after recoveryWen Gong1-0/+1
2025-04-02wifi: ath12k: add 11d scan offload supportWen Gong1-1/+32
2025-03-28wifi: ath12k: add monitor interface support on QCN9274P Praneesh1-0/+4
2025-03-25wifi: ath12k: enable ath12k AHB supportBalamurugan S1-3/+32
2025-03-25wifi: ath12k: add support for fixed QMI firmware memoryRaj Kumar Bhagat1-0/+25
2025-03-17wifi: ath12k: move firmware stats out of debugfsAditya Kumar Singh1-0/+53
2025-02-18wifi: ath12k: cleanup ath12k_mac_mlo_ready()Ethan Carter Edwards1-3/+2
2025-02-11wifi: ath12k: Enable MLO for single split-phy PCI deviceAaradhana Sahu1-9/+4
2025-02-11wifi: ath12k: Enable MLO setup ready and teardown commands for single split-p...Aaradhana Sahu1-1/+32
2025-02-11wifi: ath12k: Fix locking in "QMI firmware ready" error pathsBart Van Assche1-1/+3
2025-02-04wifi: ath12k: Adjust the timing to access ACPI tableLingbo Kong1-4/+1
2025-02-04wifi: ath12k: Add Support for enabling or disabling specific features based o...Lingbo Kong1-0/+3
2025-01-29wifi: ath12k: Fetch regdb.bin file from board-2.binAaradhana Sahu1-5/+7
2025-01-22wifi: ath12k: Disable MLO in Factory Test ModeAaradhana Sahu1-0/+6
2025-01-22wifi: ath12k: add factory test mode supportAaradhana Sahu1-5/+17
2025-01-14wifi: ath12k: Remove ath12k_get_num_hw() helper functionKarthikeyan Periyasamy1-8/+12
2025-01-14wifi: ath12k: Refactor the ath12k_hw get helper function argumentKarthikeyan Periyasamy1-4/+4
2024-12-16wifi: ath12k: add ATH12K_FW_FEATURE_MLO capability firmware featureAditya Kumar Singh1-3/+31
2024-12-16wifi: ath12k: add helper function to init partner cmem configurationKarthikeyan Periyasamy1-1/+4
2024-12-16wifi: ath12k: enable MLO setup and teardown from coreKarthikeyan Periyasamy1-1/+72
2024-12-16wifi: ath12k: parse multiple device information from Device TreeRaj Kumar Bhagat1-13/+170
2024-12-06wifi: ath12k: introduce mlo_capable flag for device groupKarthikeyan Periyasamy1-0/+17
2024-12-06wifi: ath12k: send QMI host capability after device group is readyKarthikeyan Periyasamy1-0/+21
2024-12-06wifi: ath12k: move struct ath12k_hw from per device to groupKarthikeyan Periyasamy1-25/+24
2024-12-06wifi: ath12k: refactor core start based on hardware groupKarthikeyan Periyasamy1-49/+146