89bdae0fc0545e19a2b0ec6b3f6deefdb43eeaac

Currently in monitor mode for KIWI, interrupt for RXDMA2HOST is enabled to process both monitor status srng and montior destination srng, but low threshold interrupt for monitor status srng is also enabled. so when available RX buffer in monitor status srng is less then low threshold, it is possible that two kind of interrupt from RXDMA2HOST ring and monitor status ring will call dp_rx_mon_status_process_tlv() in different context and access to mon_pdev->rx_status_q at the same time, this will lead to skb double free issue. solution: (1) disable RXDMA2HOST srng interrupt in monitor mode. (2) enable monitor status srng batch count interrupt for monitor processing. Change-Id: I1df8830cb7cc55468e5df5e49045c3d96f7c29a8 CRs-Fixed: 3245393
This is CNSS WLAN Host Driver for products starting from iHelium
Description
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%