wlan: check count variable while removing from list
list_empty() can still return false even if list is not initialized. so, while removing from list use count variable to check whether the list is empty or not. Change-Id: I436ec6df3ef41227563d1efdb528e0444f199390 CRs-Fixed: 2679126
Loading
Please register or sign in to comment