summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath12k/qmi.c
AgeCommit message (Expand)Author
2025-04-15wifi: ath12k: support MLO as well if single_chip_mlo_support flag is setBaochen Qiang
2025-04-11wifi: ath12k: reset MLO global memory during recoveryAditya Kumar Singh
2025-03-25wifi: ath12k: add support for fixed QMI firmware memoryRaj Kumar Bhagat
2025-03-25wifi: ath12k: avoid m3 firmware download in AHB device IPQ5332Balamurugan S
2025-02-11wifi: ath12k: Enable MLO for single split-phy PCI deviceAaradhana Sahu
2025-02-11wifi: ath12k: Remove dependency on single_chip_mlo_support for mlo_capable flagAaradhana Sahu
2025-02-03wifi: ath12k: Add support for reading variant from ACPI to download board dat...Lingbo Kong
2025-02-03wifi: ath12k: Adjust the timing to access ACPI tableLingbo Kong
2024-12-19wifi: ath12k: Fix spelling mistake "requestted" -> "requested"Colin Ian King
2024-12-16wifi: ath12k: assign unique hardware link IDs during QMI host capAditya Kumar Singh
2024-12-16wifi: ath12k: fix ath12k_qmi_alloc_chunk() to handle too large allocationsAditya Kumar Singh
2024-12-16wifi: ath12k: add support to allocate MLO global memory regionKarthikeyan Periyasamy
2024-12-16wifi: ath12k: refactor ath12k_qmi_alloc_target_mem_chunk()Karthikeyan Periyasamy
2024-12-16wifi: ath12k: send partner device details in QMI MLO capabilityKarthikeyan Periyasamy
2024-12-05wifi: ath12k: introduce mlo_capable flag for device groupKarthikeyan Periyasamy
2024-12-05wifi: ath12k: send QMI host capability after device group is readyKarthikeyan Periyasamy
2024-12-05wifi: ath12k: refactor core start based on hardware groupKarthikeyan Periyasamy
2024-12-05wifi: ath12k: rename mlo_capable_flags to single_chip_mlo_suppAditya Kumar Singh
2024-12-05wifi: ath12k: move ATH12K_FLAG_REGISTERED handling to ath12k_mac_register()Karthikeyan Periyasamy
2024-11-30wifi: ath12k: introduce QMI firmware ready flagKarthikeyan Periyasamy
2024-11-30wifi: ath12k: Refactor core startupKarthikeyan Periyasamy
2024-11-06wifi: ath12k: mark QMI driver event helpers as noinlineJeff Johnson
2024-05-28wifi: ath12k: Fix devmem address prefix when loggingJeff Johnson
2024-05-13wifi: ath12k: initialize 'ret' in ath12k_qmi_load_file_target_mem()Jeff Johnson
2024-05-03wifi: ath12k: Introduce device indexKarthikeyan Periyasamy
2024-04-30wifi: ath12k: check M3 buffer size as well whey trying to reuse itBaochen Qiang
2024-04-24wifi: ath12k: set mlo_capable_flags based on QMI PHY capabilityRaj Kumar Bhagat
2024-04-24wifi: ath12k: read single_chip_mlo_support parameter from QMI PHY capabilityRaj Kumar Bhagat
2024-04-23wifi: ath12k: do not dump SRNG statistics during resumeBaochen Qiang
2024-04-23wifi: ath12k: fix kernel crash during resumeBaochen Qiang
2024-04-22wifi: ath12k: fix out-of-bound access of qmi_invoke_handler()Karthikeyan Kathirvel
2024-04-08wifi: ath12k: fix link capable flagsKarthikeyan Periyasamy
2024-04-08wifi: ath12k: extend the link capable flagKarthikeyan Periyasamy
2024-02-02wifi: ath12k: disable QMI PHY capability learn in split-phy QCN9274Raj Kumar Bhagat
2024-02-02wifi: ath12k: add firmware-2.bin supportRaj Kumar Bhagat
2024-01-19wifi: ath12k: add support for collecting firmware logBaochen Qiang
2024-01-17wifi: ath12k: add QMI PHY capability learn supportKarthikeyan Periyasamy
2024-01-17wifi: ath12k: refactor QMI MLO host capability helper functionKarthikeyan Periyasamy
2024-01-14wifi: ath12k: Use initializers for QMI message buffersJeff Johnson
2024-01-14wifi: ath12k: Add missing qmi_txn_cancel() callsJeff Johnson
2024-01-14wifi: ath12k: Remove unnecessary struct qmi_txn initializersJeff Johnson
2023-12-20wifi: ath12k: Make QMI message rules constJeff Johnson
2023-12-18wifi: ath12k: add support to search regdb data in board-2.bin for WCN7850Wen Gong
2023-11-30wifi: ath12k: Update Qualcomm Innovation Center, Inc. copyrightsJeff Johnson
2023-10-12wifi: ath12k: fix invalid m3 buffer addressWen Gong
2023-10-12wifi: ath12k: add ath12k_qmi_free_resource() for recoveryWen Gong
2023-10-02wifi: ath12k: add read variant from SMBIOS for download board dataWen Gong
2023-08-02wifi: ath12k: correct the data_type from QMI_OPT_FLAG to QMI_UNSIGNED_1_BYTE ...Wen Gong
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-05-18wifi: ath10/11/12k: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo