aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath12k/core.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-06Merge tag 'wireless-next-2026-08-06' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski1-2/+5
2026-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2026-07-29wifi: ath12k: Use different RX release ring sizes as per memory profilesPavankumar Nandeshwar1-0/+2
2026-07-29wifi: ath12k: rename firmware_mode enum members to use QMI namespaceJeff Johnson1-1/+1
2026-07-29wifi: ath12k: move firmware_mode enum to qmi.hJeff Johnson1-1/+2
2026-07-27wifi: ath12k: resolve PENDING ML peer ID from MLO_PEER_MAP HTT eventBaochen Qiang1-0/+2
2026-07-22wifi: ath12k: switch to name-based reserved memory lookupAaradhana Sahu1-25/+0
2026-07-14wifi: ath12k: fix MLO peer delete raceBaochen Qiang1-1/+1
2026-06-30wifi: ath12k: correct monitor destination ring sizeAaradhana Sahu1-1/+1
2026-06-30wifi: ath12k: reset REOQ LUT addresses before firmware stopAishwarya R1-1/+4
2026-05-28Merge tag 'ath-next-20260526' of git://git.kernel.org/pub/scm/linux/kernel/git/ath/athJohannes Berg1-21/+29
2026-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-29/+48
2026-04-30wifi: ath12k: reorder group start/stop for safe thermal sysfs cleanupMaharaja Kennadyrajan1-21/+29
2026-04-23wifi: ath12k: fix OF node refcount imbalance in WSI graph traversalAaradhana Sahu1-29/+48
2026-04-10wifi: ath12k: avoid dynamic alloc when parsing wmi tbNicolas Escande1-0/+6
2026-04-07wifi: ath12k: Create symlink for each radio in a wiphyRoopni Devanathan1-2/+2
2026-03-04Merge tag 'ath-next-20260303' of https://git.kernel.org/pub/scm/linux/kernel/git/ath/athJohannes Berg1-1/+22
2026-03-02wifi: ath12k: Set up MLO after SSRRamya Gnanasekar1-1/+9
2026-02-26wifi: ath12k: add basic hwmon temperature reportingMaharaja Kennadyrajan1-0/+13
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2025-12-15Merge branch 'ath12k-ng' into ath-nextJeff Johnson1-46/+29
2025-11-06wifi: ath12k: Fix timeout error during beacon stats retrievalManish Dharanenthiran1-2/+0
2025-11-05wifi: ath12k: Build all the files in wifi7 directory into ath12k_wifi7.koPavankumar Nandeshwar1-0/+1
2025-11-05wifi: ath12k: Remove the wifi7 header inclusions in common codePavankumar Nandeshwar1-1/+0
2025-11-05wifi: ath12k: Move ieee80211_ops callback to the arch specific moduleRipan Deuri1-0/+1
2025-10-30wifi: ath12k: fix error handling in creating hardware groupBaochen Qiang1-5/+17
2025-10-27wifi: ath12k: Define ath12k_dp_peer structure & APIs for create & deleteHarsh Kumar Bijlani1-0/+1
2025-10-27wifi: ath12k: Move ath12k_dp_link_peer list from ath12k_base to ath12k_dpHarsh Kumar Bijlani1-1/+0
2025-10-27wifi: ath12k: Add hash table for ath12k_link_sta in ath12k_baseHarsh Kumar Bijlani1-0/+10
2025-10-10wifi: ath12k: Move HAL Cookie Conversion and RBM related APIs to wifi7 directoryPavankumar Nandeshwar1-1/+1
2025-10-10wifi: ath12k: Initialize desc_size through hal_initPavankumar Nandeshwar1-2/+0
2025-09-30wifi: ath12k: Rearrange DP fields in ath12k_hw_group structRipan Deuri1-0/+4
2025-09-30wifi: ath12k: Support arch-specific DP device allocationRipan Deuri1-6/+7
2025-09-30wifi: ath12k: Convert ath12k_dp member in ath12k_base to pointerRipan Deuri1-1/+1
2025-09-11wifi: ath12k: Add new infra for the rx pathPavankumar Nandeshwar1-1/+1
2025-08-20wifi: ath12k: Modularize driver into common and Wi-Fi 7 specific componentsKiran Venkatappa1-0/+5
2025-08-20wifi: ath12k: Move hw_init invocation to target-specific probeKiran Venkatappa1-7/+0
2025-08-20wifi: ath12k: Move Wi-Fi 7 specific init routines to dedicated fileKiran Venkatappa1-32/+0
2025-08-20wifi: ath12k: Restructure ahb.c into common and Wi-Fi 7 specific modulesKiran Venkatappa1-2/+3
2025-08-20wifi: ath12k: Restructure PCI code to common and Wi-Fi 7 specific logicKiran Venkatappa1-2/+3
2025-07-21wifi: 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 interface creationAditya 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