Loading
qcacmn: Acquire lock while accessing rx tid in rx defrag store fragment
Currently, we are Flushing fragments for peer as part of rx defrag clean up. There is the possibility that frag flush is called while we are accessing frags in rx defrag store fragment path in parallel. Which will cause access after the free issue. Adding lock in rx defrag store fragment path to avoid any parallel flush while accessing the frags. Change-Id: Ic27caab58429d776449f4b774eb7163ffa6215ac CRs-Fixed: 2995156