cf0b4e2ea632fcff023a8be5f61f89aa4fb71f8d

Fix to avoid race conditions between two locks a) soc->peer_ref_mutex b) soc->ast_lock Right order to for these two locks is to first acquire a) and then b) But in ast create path these locks are acquired in reverse order leading to deadlock. This change helps in fixing deadlock Change-Id: I02f802fa12d5f4e4ae3f584cdffe36c9bf717f84
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%