summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath12k/dp_rx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* wifi: ath12k: Add support to parse requested stats_typeDinesh Karthikeyan2024-07-011-4/+6
* wifi: ath12k: fix peer metadata parsingKarthikeyan Periyasamy2024-06-261-6/+34
* wifi: ath12k: avoid unnecessary MSDU drop in the Rx error processKarthikeyan Periyasamy2024-06-111-1/+3
* wifi: ath12k: fix memory leak in ath12k_dp_rx_peer_frag_setup()Baochen Qiang2024-05-301-0/+1
* wifi: ath12k: fix firmware crash during reo reinjectP Praneesh2024-05-251-8/+6
* wifi: ath12k: change DMA direction while mapping reinjected packetsP Praneesh2024-05-251-2/+2
* wifi: ath12k: improve the rx descriptor error informationKarthikeyan Periyasamy2024-05-251-3/+6
* wifi: ath12k: Correct 6 GHz frequency value in rx statusPradeep Kumar Chitrapu2024-05-161-3/+6
* wifi: ath12k: initialize 'ret' in ath12k_dp_rxdma_ring_sel_config_wcn7850()Jeff Johnson2024-05-131-1/+1
* wifi: ath12k: fix misspelling of "dma" in num_rxmda_per_pdevJeff Johnson2024-05-131-7/+7
* wifi: ath12k: Remove unsupported tx monitor handlingTamizh Chelvam Raja2024-05-071-58/+1
* wifi: ath12k: Refactor idle ring descriptor setupKarthikeyan Periyasamy2024-05-031-2/+3
* wifi: ath12k: Replace "chip" with "device" in hal Rx return buffer managerKarthikeyan Periyasamy2024-05-031-2/+2
* wifi: ath12k: no need to handle pktlog during suspend/resumeBaochen Qiang2024-04-231-48/+0
* wifi: ath12k: don't use %pK in dmesg format stringsJeff Johnson2024-04-181-1/+1
* wifi: ath12k: fix mac id extraction when MSDU spillover in rx error pathKarthikeyan Periyasamy2024-04-161-8/+54
* wifi: ath12k: Refactor error handler of Rxdma replenishKarthikeyan Periyasamy2024-03-211-11/+3
* wifi: ath12k: Optimize the lock contention of used list in Rx data pathKarthikeyan Periyasamy2024-03-211-40/+91
* wifi: ath12k: Refactor Rxdma buffer replinish argumentKarthikeyan Periyasamy2024-03-211-6/+3
* wifi: ath12k: add MAC id support in WBM error pathKarthikeyan Periyasamy2024-02-021-20/+22
* wifi: ath12k: subscribe required word mask from rx tlvKarthikeyan Kathirvel2024-02-021-4/+10
* wifi: ath12k: remove hal_desc_sz from hw paramsRaj Kumar Bhagat2024-02-021-15/+15
* wifi: ath12k: split hal_ops to support RX TLVs word mask compactionRaj Kumar Bhagat2024-02-021-36/+36
* wifi: ath12k: Refactor the mac80211 hw access from link/radioKarthikeyan Periyasamy2024-01-191-3/+3
* wifi: ath12k: change MAC buffer ring size to 2048Baochen Qiang2024-01-181-1/+1
* wifi: ath12k: add 320 MHz bandwidth enumsMuna Sinada2023-12-011-1/+2
* wifi: ath12k: refactor DP Rxdma ring structureKarthikeyan Periyasamy2023-11-291-27/+29
* wifi: ath12k: avoid explicit HW conversion argument in Rxdma replenishKarthikeyan Periyasamy2023-11-291-49/+29
* wifi: ath12k: avoid explicit RBM id argument in Rxdma replenishKarthikeyan Periyasamy2023-11-291-9/+4
* wifi: ath12k: avoid explicit mac id argument in Rxdma replenishKarthikeyan Periyasamy2023-11-291-9/+7
* wifi: ath12k: drop NULL pointer check in ath12k_update_per_peer_tx_stats()Ma Ke2023-10-311-3/+0
* wifi: ath12k: Introduce and use ath12k_sta_to_arsta()Jeff Johnson2023-10-251-3/+3
* wifi: ath12k: fix htt mlo-offset event lockingJohan Hovold2023-10-251-2/+5
* wifi: ath12k: do not drop data frames from unassociated stationsHari Chandrakanthan2023-10-021-11/+1
* wifi: ath12k: Remove unnecessary (void*) conversionsWu Yunchuan2023-09-211-1/+1
* wifi: ath12k: fix possible out-of-bound read in ath12k_htt_pull_ppdu_stats()Baochen Qiang2023-09-201-0/+17
* wifi: ath12k: fix undefined behavior with __fls in dpHarshitha Prem2023-09-051-1/+1
* wifi: ath12k: Ignore fragments from uninitialized peer in dpHarshitha Prem2023-09-051-0/+9
* wifi: ath12k: Fix a few spelling errorsJeff Johnson2023-08-231-1/+1
* wifi: ath12k: Use pdev_id rather than mac_id to get pdevBaochen Qiang2023-08-021-4/+7
* wifi: ath12k: Use msdu_end to check MCBCBaochen Qiang2023-06-091-4/+4
* wifi: ath12k: Remove some dead codeChristophe JAILLET2023-04-281-5/+0
* wifi: ath12k: send WMI_PEER_REORDER_QUEUE_SETUP_CMDID when ADDBA session startsCarl Huang2023-04-261-1/+13
* wifi: ath12k: fix incorrect handling of AMSDU framesHarshitha Prem2023-03-241-1/+2
* wifi: ath12k: fill peer meta data during reo_reinjectP Praneesh2023-03-241-4/+8
* wifi: ath12k: Handle lock during peer_id findRamya Gnanasekar2023-02-221-0/+3
* wifi: ath12k: Fix spelling mistakes in warning messages and commentsColin Ian King2023-02-171-4/+4
* wifi: ath12k: Fix uninitilized variable clang warningsThiraviyam Mariyappan2023-01-181-2/+1
* wifi: ath12k: driver for Qualcomm Wi-Fi 7 devicesKalle Valo2022-11-291-0/+4235