WiFi-Hal: while loops to also check for clean_up
A Wi-Fi Turn OFF sets clean_up variable, expecting the Wi-Fi HAL module to exit from its event / socket processing. However, there were some instances , where Wi-FI HAL ended to be in a busy while loop though clean_up is set and further resulted to an improper Wi-Fi OFF. Thereby the further Wi-Fi ON's have failed till a restart. Address such instances by having the while loops also check for clean_up before continuing further. Change-Id: I6af24cc38894d3ba98721acce2b147e4158134a3 CRs-Fixed: 2563190
Loading
-
mentioned in commit 86de8292
-
mentioned in commit e145a99c
-
mentioned in commit a10816d1
-
mentioned in commit ebc2866f
-
mentioned in commit 7e6e9315
-
mentioned in commit 330f5772
-
mentioned in commit d6f8abbe
-
mentioned in commit 63876671
-
mentioned in commit 23796a76
-
mentioned in commit f861d85e
-
mentioned in commit 3974b0f1
-
mentioned in commit 6d131350
-
mentioned in commit 52b98133
Please sign in to comment