summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath12k/wifi7
AgeCommit message (Expand)Author
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-17Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-01-29Merge tag 'wireless-next-2026-01-29' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski
2026-01-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-01-15wifi: ath12k: enable QCC2072 supportBaochen Qiang
2026-01-15wifi: ath12k: fix PCIE_LOCAL_REG_QRTR_NODE_ID definition for QCC2072Miaoqing Pan
2026-01-15wifi: ath12k: send peer meta data version to firmwareBaochen Qiang
2026-01-15wifi: ath12k: handle REO status ring for QCC2072Baochen Qiang
2026-01-15wifi: ath12k: handle REO CMD ring for QCC2072Baochen Qiang
2026-01-15wifi: ath12k: add hardware ops support for QCC2072Baochen Qiang
2026-01-15wifi: ath12k: add HAL descriptor and ops for QCC2072Baochen Qiang
2026-01-15wifi: ath12k: support downloading auxiliary ucode image for QCC2072Baochen Qiang
2026-01-15wifi: ath12k: add hardware parameters for QCC2072Baochen Qiang
2026-01-15wifi: ath12k: add hardware registers for QCC2072Baochen Qiang
2026-01-15wifi: ath12k: refactor REO status ring handlingBaochen Qiang
2026-01-15wifi: ath12k: refactor REO CMD ring handlingBaochen Qiang
2026-01-15wifi: ath12k: refactor PCI window register accessBaochen Qiang
2025-12-15Merge branch 'ath12k-ng' into ath-nextJeff Johnson
2025-11-11wifi: ath12k: Remove Wi-Fi 7 header dependencies from common ath12k moduleAlok Singh
2025-11-11wifi: ath12k: Move MSDU END TLV processing to Wi-Fi 7 moduleAlok Singh
2025-11-11wifi: ath12k: Move MU user processing to Wi-Fi 7 moduleAlok Singh
2025-11-11wifi: ath12k: Move remaining SIG TLV parsing to Wi-Fi 7 moduleAlok Singh
2025-11-11wifi: ath12k: Move EHT SIG processing to Wi-Fi 7 moduleAlok Singh
2025-11-11wifi: ath12k: Move HE SIG processing to Wi-Fi 7 moduleAlok Singh
2025-11-11wifi: ath12k: Move HT/VHT SIG processing to Wi-Fi 7 moduleAlok Singh
2025-11-11wifi: ath12k: Move TX monitor functionality to Wi-Fi 7 moduleAlok Singh
2025-11-11wifi: ath12k: Move RX status TLV parsing to Wi-Fi 7 moduleAlok Singh
2025-11-11wifi: ath12k: Move MPDU pop functionality to Wi-Fi 7 moduleAlok Singh
2025-11-11wifi: ath12k: Move monitor status processing to Wi-Fi 7 moduleAlok Singh
2025-11-11wifi: ath12k: Move monitor ring processing to Wi-Fi 7 moduleAlok Singh
2025-11-05wifi: ath12k: Use dp objects in performance critical pathsPavankumar Nandeshwar
2025-11-05wifi: ath12k: Build all the files in wifi7 directory into ath12k_wifi7.koPavankumar Nandeshwar
2025-11-05wifi: ath12k: Remove arch-specific HAL dependencies from common DPPavankumar Nandeshwar
2025-11-05wifi: ath12k: Move ath12k_dp_rx_get_peer_id API to Wi-Fi 7Pavankumar Nandeshwar
2025-11-05wifi: ath12k: Move ath12k_dp_rx_frags_cleanup API to Wi-Fi 7Pavankumar Nandeshwar
2025-11-05wifi: ath12k: Remove the wifi7 header inclusions in common codePavankumar Nandeshwar
2025-11-05wifi: ath12k: Move ieee80211_ops callback to the arch specific moduleRipan Deuri
2025-11-05wifi: ath12k: Move DP specific link stats to DP link peerHarsh Kumar Bijlani
2025-11-05wifi: ath12k: Move DP device stats to ath12k_dpPavankumar Nandeshwar
2025-11-05wifi: ath12k: Add callbacks in arch_ops for rx APIsPavankumar Nandeshwar
2025-10-27wifi: ath12k: Add lockdep warn for RCURipan Deuri
2025-10-27wifi: ath12k: Use ath12k_dp_peer in per packet Tx & Rx pathsHarsh Kumar Bijlani
2025-10-27wifi: ath12k: Define ath12k_dp_peer structure & APIs for create & deleteHarsh Kumar Bijlani
2025-10-27wifi: ath12k: Move ath12k_dp_link_peer list from ath12k_base to ath12k_dpHarsh Kumar Bijlani
2025-10-27wifi: ath12k: Rename ath12k_peer to ath12k_dp_link_peerHarsh Kumar Bijlani
2025-10-10wifi: ath12k: Drop hal_ prefix from hardware register namesRipan Deuri
2025-10-10wifi: ath12k: Rename hal_ops to opsRipan Deuri
2025-10-10wifi: ath12k: Remove the unused ring inits in wcnPavankumar Nandeshwar
2025-10-10wifi: ath12k: Segregate the common and wifi7 specific structuresPavankumar Nandeshwar