mbox series

[0/2] wifi: ath11k: fix full monitor mode

Message ID 20240913100708.756-1-quic_kangyang@quicinc.com
Headers show
Series wifi: ath11k: fix full monitor mode | expand

Message

Kang Yang Sept. 13, 2024, 10:07 a.m. UTC
Fix a warning and a bug for full monitor mode. With these two fixes,
full monitor mode can work properly to capture packets.

Kang Yang (1):
  wifi: ath11k: add srng->lock for ath11k_hal_srng_* in monitor mode

P Praneesh (1):
  wifi: ath11k: fix RCU stall while reaping monitor destination ring

 drivers/net/wireless/ath/ath11k/dp_rx.c | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)


base-commit: 0606024b89d4ba59586cc7023d361a22065da8fa

Comments

Kalle Valo Sept. 16, 2024, 6:56 a.m. UTC | #1
Kang Yang <quic_kangyang@quicinc.com> writes:

> Fix a warning and a bug for full monitor mode. With these two fixes,
> full monitor mode can work properly to capture packets.

On what hardware versions?
Kang Yang Sept. 18, 2024, 2:21 a.m. UTC | #2
On 9/16/2024 2:56 PM, Kalle Valo wrote:
> Kang Yang <quic_kangyang@quicinc.com> writes:
> 
>> Fix a warning and a bug for full monitor mode. With these two fixes,
>> full monitor mode can work properly to capture packets.
> 
> On what hardware versions?

Only for QCN9074. WCN6855/QCA6390 don't support the full monitor mode.

>