68b9b355b53d10a5f731231471d7986a555e9971

currently rx_mon_ring and REO are part of the same interrupt group, due to which in case of mission mode when IRQ is received from REO, even the lmac rings are processed in the same context. This results in dp_mon_reap_timer_handler and dp_process_lmac_rings calling dp_rx_mon_status_process_tlv() in different context and access global list at the same time, which may lead to skb double free issue. To fix the issue if current mode is not monitor mode do not set rx_mon_ring_mask MSI interrupt mask. Change-Id: Icc64455824f919e17d3daa741be1cbdafd6fe88f CRs-Fixed: 3274531
This is CNSS WLAN Host Driver for products starting from iHelium
描述
儲存庫語言
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%