aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath12k/core.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-23wifi: ath12k: fix OF node refcount imbalance in WSI graph traversalAaradhana Sahu1-29/+48
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/...Johannes 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 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-17wifi: ath12k: don't use static variables in ath12k_wmi_fw_stats_process()Baochen Qiang1-0/+2
2025-06-17wifi: 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-17wifi: 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-11wifi: ath12k: reset MLO global memory during recoveryAditya Kumar Singh1-0/+3
2025-04-11wifi: ath12k: handle ath12k_core_reset() with hardware groupingAditya Kumar Singh1-3/+26
2025-04-11wifi: ath12k: handle ath12k_core_restart() with hardware groupingAditya Kumar Singh1-1/+11
2025-04-11wifi: ath12k: fix ath12k_core_pre_reconfigure_recovery() with groupingAditya Kumar Singh1-0/+14