commit | f59e8650db641484d217ba8b68a2d083ddde7839 | [log] [tgz] |
---|---|---|
author | Abhishek Srivastava <cabsriv@codeaurora.org> | Tue Dec 11 15:30:46 2018 +0530 |
committer | Jackeagle <jackeagle102@gmail.com> | Sat Jul 20 09:27:59 2019 -0400 |
tree | 3a23eccf97d2586ccdf48271017bda7b8b45976a | |
parent | 0f70b0f6a41ccd00f18640a6b422d30dbe30e806 [diff] |
wifi: Increase kMaxStopCompleteWaitMs to 250 msec. The current timeout value of 100msec for kMaxStopCompleteWaitMs is not sufficient to stop the Wi-Fi HAL. QC Wi-Fi HAL also needs to stop the event thread by sending an exit msg as part of stop WiFi HAL. This stop operations are not completed with in the stipulated 100msec. Hence , set this timeout value to 250msec. Change-Id: I84c203a46793d7bf02986693fac403892c7bd48f CRs-Fixed: 2357953