aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath12k/dp_mon.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-15Merge branch 'ath12k-ng' into ath-nextJeff Johnson1-3414/+103
2025-11-11wifi: ath12k: Remove Wi-Fi 7 header dependencies from common ath12k moduleAlok Singh1-96/+14
2025-11-11wifi: ath12k: Move MSDU END TLV processing to Wi-Fi 7 moduleAlok Singh1-50/+0
2025-11-11wifi: ath12k: Move MU user processing to Wi-Fi 7 moduleAlok Singh1-351/+0
2025-11-11wifi: ath12k: Move remaining SIG TLV parsing to Wi-Fi 7 moduleAlok Singh1-265/+0
2025-11-11wifi: ath12k: Move EHT SIG processing to Wi-Fi 7 moduleAlok Singh1-389/+0
2025-11-11wifi: ath12k: Move HE SIG processing to Wi-Fi 7 moduleAlok Singh1-360/+0
2025-11-11wifi: ath12k: Move HT/VHT SIG processing to Wi-Fi 7 moduleAlok Singh1-56/+0
2025-11-11wifi: ath12k: Move TX monitor functionality to Wi-Fi 7 moduleAlok Singh1-671/+0
2025-11-11wifi: ath12k: Move RX status TLV parsing to Wi-Fi 7 moduleAlok Singh1-335/+39
2025-11-11wifi: ath12k: Move MPDU pop functionality to Wi-Fi 7 moduleAlok Singh1-202/+5
2025-11-11wifi: ath12k: Move monitor status processing to Wi-Fi 7 moduleAlok Singh1-394/+15
2025-11-11wifi: ath12k: Move monitor ring processing to Wi-Fi 7 moduleAlok Singh1-238/+18
2025-11-05wifi: ath12k: Use dp objects in performance critical pathsPavankumar Nandeshwar1-8/+7
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-17/+28
2025-11-05wifi: ath12k: Move DP specific link stats to DP link peerHarsh Kumar Bijlani1-28/+13
2025-10-27wifi: ath12k: Use ath12k_dp_peer in per packet Tx & Rx pathsHarsh Kumar Bijlani1-6/+7
2025-10-27wifi: ath12k: Move ath12k_dp_link_peer list from ath12k_base to ath12k_dpHarsh Kumar Bijlani1-8/+9
2025-10-27wifi: ath12k: Rename ath12k_peer to ath12k_dp_link_peerHarsh Kumar Bijlani1-8/+8
2025-10-15wifi: ath12k: Fix NSS value update in ext_rx_statsThiraviyam Mariyappan1-7/+12
2025-10-10wifi: ath12k: Rename hal_ops to opsRipan Deuri1-1/+1
2025-10-10wifi: ath12k: Move hal_params and regs to hal from hwPavankumar Nandeshwar1-2/+2
2025-10-10wifi: ath12k: Initialize hal_ops through hal_initPavankumar Nandeshwar1-1/+1
2025-10-08wifi: ath12k: Refactor data path pdev structRipan Deuri1-77/+106
2025-09-30wifi: ath12k: Convert ath12k_dp member in ath12k_base to pointerRipan Deuri1-6/+9
2025-09-20wifi: ath12k: Fix peer lookup in ath12k_dp_mon_rx_deliver_msdu()Hari Chandrakanthan1-4/+3
2025-09-18wifi: ath12k: fix the fetching of combined rssiKang Yang1-4/+4
2025-09-18wifi: ath12k: fix HAL_PHYRX_COMMON_USER_INFO handling in monitor modeKang Yang1-5/+30
2025-09-18wifi: ath12k: fix signal in radiotap for WCN7850Kang Yang1-1/+5
2025-09-11wifi: ath12k: Change the API prefixes to ath12k_wifi7 in tx/rxPavankumar Nandeshwar1-14/+14
2025-09-11wifi: ath12k: Remove hal_rx_ops and merge into hal_opsRipan Deuri1-1/+1
2025-09-11wifi: ath12k: Add new infra for the rx pathPavankumar Nandeshwar1-1/+5
2025-09-03wifi: ath12k: Move Rx error related functions to wifi7 directoryPavankumar Nandeshwar1-2/+2
2025-07-07wifi: ath12k: add link support for multi-link in arstaSarika Sharma1-6/+16
2025-06-26wifi: ath12k: use real noise floor instead of default valueRaj Kumar Bhagat1-1/+6
2025-06-23wifi: ath12k: Fix double budget decrement while reaping monitor ringP Praneesh1-1/+0
2025-05-16wifi: ath12k: use different packet offset for WCN7850Kang Yang1-5/+24
2025-05-16wifi: ath12k: add support to reap and process mon dest ringKang Yang1-1/+355
2025-05-16wifi: ath12k: add support to reap and process monitor status ringKang Yang1-2/+265
2025-05-16wifi: ath12k: add monitor mode handler by monitor status ring interruptKang Yang1-0/+12
2025-05-16wifi: ath12k: add ring config for monitor mode on WCN7850Kang Yang1-0/+88
2025-05-16wifi: ath12k: avoid call ath12k_dp_mon_parse_rx_dest_tlv() for WCN7850Kang Yang1-1/+1
2025-05-16wifi: ath12k: parse msdu_end tlv in ath12k_dp_mon_rx_parse_status_tlv()Kang Yang1-40/+38
2025-04-17wifi: ath12k: Avoid allocating rx_stats when ext_rx_stats is disabledP Praneesh1-7/+4
2025-04-11wifi: ath12k: replace the usage of rx desc with rx_infoP Praneesh1-1/+3
2025-03-27wifi: ath12k: Avoid packet offset and FCS length from Rx TLVP Praneesh1-18/+5
2025-03-27wifi: ath12k: change the status update in the monitor RxP Praneesh1-4/+134
2025-03-27wifi: ath12k: Avoid fetch Error bitmap and decap format from Rx TLVP Praneesh1-35/+23
2025-03-27wifi: ath12k: Add extra TLV tag parsing support in monitor Rx pathP Praneesh1-5/+152