qcacmn: Release peer ref count after handle usage is complete
Race condition is observed as dp_ipa_rx_intrabss_fwd is accessing da_peer after releasing the ref count of the peer while that peer is deleted parallelly. To fix this, da_peer and sa_peer are only assigned if the peers are found in the vdev. Change-Id: Ib03835a509d656eb11946c075b820555b04934f8 CRs-Fixed: 2723448
Loading
Please register or sign in to comment