]> www.infradead.org Git - users/jedix/linux-maple.git/commit
wifi: ath11k: cleanup struct ath11k_mon_data
authorDmitry Antipov <dmantipov@yandex.ru>
Mon, 11 Nov 2024 07:01:51 +0000 (10:01 +0300)
committerJeff Johnson <quic_jjohnson@quicinc.com>
Thu, 21 Nov 2024 15:52:49 +0000 (07:52 -0800)
commit93962446ef907cb169b089d0ff3f356e7ce004ab
tree563748fb6d1eda1660bfff8e050dbdcda1eff0e6
parent95e5de4aae8ca1af851fc922a854bbe822bf2dd4
wifi: ath11k: cleanup struct ath11k_mon_data

Remove initialized but otherwise unused 'rx_status_q' member of
'struct ath11k_mon_data' and adjust 'ath11k_dp_rx_pdev_mon_status_attach'
accordingly. Compile tested only.

Fixes: 67a9d399fcb0 ("ath11k: enable RX PPDU stats in monitor co-exist mode")
Signed-off-by: Dmitry Antipov <dmantipov@yandex.ru>
Acked-by: Kalle Valo <kvalo@kernel.org>
Link: https://patch.msgid.link/20241111070152.85140-3-dmantipov@yandex.ru
Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
drivers/net/wireless/ath/ath11k/dp.h
drivers/net/wireless/ath/ath11k/dp_rx.c