aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath11k/dp_rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-18wifi: ath11k: Remove redundant semicolonLiao Yuanhong1-1/+0
2025-07-21wifi: ath11k: Prefer {} to {0} in initializersJeff Johnson1-10/+10
2025-06-26wifi: ath11k: use plain accesses for monitor descriptorJohan Hovold1-13/+9
2025-06-26wifi: ath11k: fix dest ring-buffer corruptionJohan Hovold1-3/+0
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-2/+3
2025-05-16wifi: ath11k: fix rx completion meta data corruptionJohan Hovold1-9/+16
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-4/+4
2025-02-11wifi: ath11k: add srng->lock for ath11k_hal_srng_* in monitor modeKang Yang1-2/+8
2025-02-11wifi: ath11k: fix RCU stall while reaping monitor destination ringP Praneesh1-2/+2
2025-01-29wifi: ath11k: remove peer extra rssi updateNicolas Escande1-2/+0
2025-01-22wifi: ath11k: Use dma_alloc_noncoherent for rx_tid buffer allocationP Praneesh1-63/+54
2024-12-09Merge tag 'ath-next-20241209' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo1-7/+7
2024-11-21wifi: ath11k: mark ath11k_dp_rx_mon_mpdu_pop() as noinlineJeff Johnson1-5/+6
2024-11-21wifi: ath11k: cleanup struct ath11k_mon_dataDmitry Antipov1-2/+0
2024-11-12wifi: ath11k: Fix unexpected return buffer manager error for WCN6750/WCN6855Balaji Pothunoori1-0/+1
2024-10-17Merge tag 'ath-current-20241016' of git://git.kernel.org/pub/scm/linux/kernel...Kalle Valo1-2/+5
2024-10-16wifi: ath11k: Fix invalid ring usage in full monitor modeRemi Pommarel1-2/+5
2024-07-10wifi: ath11k: fix array out-of-bound access in SoC statsKarthikeyan Periyasamy1-1/+1
2024-06-11wifi: ath11k: fix wrong handling of CCMP256 and GCMP ciphersBaochen Qiang1-2/+1
2024-05-13wifi: ath11k: fix misspelling of "dma" in num_rxmda_per_pdevJeff Johnson1-11/+11
2024-05-07wifi: ath11k: skip status ring entry processingVenkateswara Naralasetty1-9/+73
2023-11-30wifi: ath11k: Update Qualcomm Innovation Center, Inc. copyrightsJeff Johnson1-0/+1
2023-10-25wifi: ath11k: fix htt pktlog lockingJohan Hovold1-1/+7
2023-10-12wifi: ath11k: Introduce and use ath11k_sta_to_arsta()Jeff Johnson1-4/+4
2023-09-28wifi: ath11k: remove unnecessary (void*) conversionsWu Yunchuan1-8/+5
2023-09-21wifi: ath11k: drop redundant check in ath11k_dp_rx_mon_dest_process()Dmitry Antipov1-7/+0
2023-09-21wifi: ath11k: drop NULL pointer check in ath11k_update_per_peer_tx_stats()Dmitry Antipov1-3/+0
2023-08-23wifi: ath11k: Fix a few spelling errorsJeff Johnson1-1/+1
2023-08-02wifi: ath11k: fix band selection for ppdu received in channel 177 of 5 GHzAditya Kumar Singh1-1/+1
2023-06-13wifi: ath11k: don't use %pKKalle Valo1-3/+3
2023-06-13wifi: ath11k: remove manual mask names from debug messagesKalle Valo1-1/+1
2023-04-19wifi: ath11k: Fix SKB corruption in REO destination ringNagarajan Maran1-3/+6
2023-04-19wifi: ath11k: add peer mac information in failure casesHarshitha Prem1-6/+10
2023-04-19wifi: ath11k: fix double free of peer rx_tid during reo cmd failureHarshitha Prem1-12/+31
2023-04-17wifi: ath11k: fix undefined behavior with __fls in dpHarshitha Prem1-1/+1
2023-04-17wifi: ath11k: Ignore frags from uninitialized peer in dp.Harshitha Prem1-0/+8
2023-04-17wifi: ath11k: print a warning when crypto_alloc_shash() failsKalle Valo1-1/+4
2023-03-22wifi: ath11k: fix BUFFER_DONE read on monitor ring rx bufferHarshitha Prem1-34/+23
2023-01-18wifi: ath11k: Fix memory leak in ath11k_peer_rx_frag_setupMiaoqian Lin1-0/+1
2022-12-08wifi: ath11k: fix monitor mode bringup crashNagarajan Maran1-0/+1
2022-12-02wifi: ath11k: Fix race condition with struct htt_ppdu_stats_infoGovindaraj Saminathan1-11/+11
2022-09-22wifi: ath11k: fix failed to find the peer with peer_id 0 when disconnectedWen Gong1-1/+2
2022-09-16wifi: ath11k: Fix miscellaneous spelling errorsJeff Johnson1-1/+1
2022-06-06ath11k: Avoid REO CMD failed prints during firmware recoveryManikanta Pubbisetty1-2/+3
2022-05-30ath11k: support avg signal in station dumpThiraviyam Mariyappan1-0/+3
2022-02-24ath11k: translate HE status to radiotap formatPradeep Kumar Chitrapu1-8/+23
2022-02-24ath11k: decode HE status tlvPradeep Kumar Chitrapu1-17/+83
2022-02-21ath11k: Invalidate cached reo ring entry before accessing itRameshkumar Sundaram1-1/+1
2022-02-14ath11k: fix destination monitor ring out of syncKarthikeyan Kathirvel1-6/+36
2022-01-31ath11k: Fix uninitialized symbol 'rx_buf_sz'Anilkumar Kolli1-2/+5