On Thu, 05 Jun 2025 11:14:38 +0530, P Praneesh wrote: > ath12k_dp_rx_deliver_msdu() currently includes logic related to > monitor mode handling. This code was inherited from the ath11k driver, > where a single rx handler was used for both regular and monitor mode > packets. In ath12k, however, monitor mode packets are handled separately > via ath12k_dp_mon_rx_deliver_msdu(), which contains all the necessary > monitor-specific logic. Therefore, monitor-related checks and operations > in ath12k_dp_rx_deliver_msdu() are no longer needed. Remove this dead code > to simplify the rx path and avoid unnecessary per-packet checks. > > [...] Applied, thanks! [1/1] wifi: ath12k: remove monitor handling from ath12k_dp_rx_deliver_msdu() commit: 359d69285adc4f4a6a4bdafac30f3bd917873bbc Best regards, -- Jeff Johnson <jeff.johnson@xxxxxxxxxxxxxxxx>