summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath12k/dp_mon.c
AgeCommit message (Expand)AuthorFilesLines
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-18wifi: ath12k: Avoid allocating rx_stats when ext_rx_stats is disabledP Praneesh1-7/+4
2025-04-12wifi: ath12k: replace the usage of rx desc with rx_infoP Praneesh1-1/+3
2025-03-28wifi: ath12k: Avoid packet offset and FCS length from Rx TLVP Praneesh1-18/+5
2025-03-28wifi: ath12k: change the status update in the monitor RxP Praneesh1-4/+134
2025-03-28wifi: ath12k: Avoid fetch Error bitmap and decap format from Rx TLVP Praneesh1-35/+23
2025-03-28wifi: ath12k: Add extra TLV tag parsing support in monitor Rx pathP Praneesh1-5/+152
2025-03-28wifi: ath12k: fix link valid field initialization in the monitor RxHari Chandrakanthan1-0/+2
2025-02-11wifi: ath12k: Refactor the format of peer rate table informationBalamurugan Mahalingam1-16/+13
2025-02-11wifi: ath12k: Add EHT MCS support in Extended Rx statisticsBalamurugan Mahalingam1-0/+6
2025-02-11wifi: ath12k: fix the ampdu id fetch in the HAL_RX_MPDU_START TLVP Praneesh1-6/+10
2025-02-11wifi: ath12k: Update the peer id in PPDU end user stats TLVKarthikeyan Periyasamy1-0/+3
2025-02-11wifi: ath12k: Add HAL_PHYRX_OTHER_RECEIVE_INFO TLV parsing supportKarthikeyan Periyasamy1-0/+7
2025-02-11wifi: ath12k: Add HAL_RX_PPDU_START_USER_INFO TLV parsing supportKarthikeyan Periyasamy1-14/+293
2025-02-11wifi: ath12k: Add HAL_PHYRX_GENERIC_EHT_SIG TLV parsing supportKarthikeyan Periyasamy1-45/+503
2025-02-11wifi: ath12k: Add HAL_PHYRX_GENERIC_U_SIG TLV parsing supportKarthikeyan Periyasamy1-1/+204
2025-02-11wifi: ath12k: add support of station average signal strengthNicolas Escande1-0/+2
2025-01-26wifi: ath12k: Handle monitor drop TLVs scenarioP Praneesh1-1/+8
2025-01-26wifi: ath12k: Avoid memory leak while enabling statisticsP Praneesh1-56/+9
2025-01-26wifi: ath12k: Handle PPDU spread across multiple buffersP Praneesh1-0/+8
2025-01-26wifi: ath12k: Optimize NAPI budget by adjusting PPDU processingP Praneesh1-0/+7
2025-01-26wifi: ath12k: Handle end reason for the monitor destination ringP Praneesh1-1/+16
2025-01-26wifi: ath12k: Add drop descriptor handling for monitor ringP Praneesh1-0/+8
2025-01-26wifi: ath12k: Fix invalid entry fetch in ath12k_dp_mon_srng_processP Praneesh1-1/+1
2025-01-26wifi: ath12k: Restructure the code for monitor ring processingP Praneesh1-52/+64
2025-01-26wifi: ath12k: Avoid code duplication in monitor ring processingP Praneesh1-118/+8
2025-01-18wifi: ath12k: Refactor Rx status TLV parsing procedure argumentKarthikeyan Periyasamy1-10/+11
2025-01-18wifi: ath12k: Refactor the monitor Tx/RX handler procedure argumentsKarthikeyan Periyasamy1-15/+14
2025-01-18wifi: ath12k: Refactor the monitor Rx parser handler argumentKarthikeyan Periyasamy1-6/+6
2024-12-19wifi: ath12k: Avoid explicit type cast in monitor status parse handlerKarthikeyan Periyasamy1-79/+47
2024-12-19wifi: ath12k: fix incorrect TID updation in DP monitor status pathKarthikeyan Periyasamy1-4/+4
2024-12-19wifi: ath12k: Add support for parsing 64-bit TLVsP Praneesh1-7/+7
2024-12-16wifi: ath12k: pass link ID during MLO while delivering skbAditya Kumar Singh1-1/+7
2024-10-23wifi: ath12k: fix A-MSDU indication in monitor modeKang Yang1-2/+13
2024-10-23wifi: ath12k: use tail MSDU to get MSDU informationKang Yang1-18/+23
2024-10-23wifi: ath12k: fix struct hal_rx_phyrx_rssi_legacy_infoKang Yang1-19/+6
2024-10-23wifi: ath12k: fix struct hal_rx_ppdu_startKang Yang1-4/+12
2024-10-23wifi: ath12k: fix struct hal_rx_ppdu_end_user_statsKang Yang1-7/+4
2024-10-16wifi: ath12k: prepare sta data structure for MLO handlingSriram R1-5/+9
2024-05-07wifi: ath12k: Remove unsupported tx monitor handlingTamizh Chelvam Raja1-39/+1
2024-04-18wifi: ath12k: don't use %pK in dmesg format stringsJeff Johnson1-3/+3
2024-02-02wifi: ath12k: remove hal_desc_sz from hw paramsRaj Kumar Bhagat1-1/+1
2024-02-02wifi: ath12k: split hal_ops to support RX TLVs word mask compactionRaj Kumar Bhagat1-1/+2
2024-01-19wifi: ath12k: Refactor the mac80211 hw access from link/radioKarthikeyan Periyasamy1-2/+2