09231b4fd689a66ee0daf54151bd1c4cc0520cfb

When START cmd is activated in scheduler context, due to system load the scheduler may not process the START cmd time for certain time. During which if VDEV is checked for INIT state, we proceed to further operation and return. Now, start cmd in scheduler will be processed, which will try to bring up the VDEV leading to undefined issue. To fix this 1. When we are waiting on VDEV to move to INIT state, we should also wait until START cmd is removed from serialization active queue. 2.With this we ensure that START cmd processing is completed in the scheduler context as well as make sure that STOP moves from pending to active and moves the VDEV SM to INIT state. Change-Id: I51d0a695cd8c0a8b54e74226e04f9cd32ce58e4f CRs-Fixed: 2894578
This is CNSS WLAN Host Driver for products starting from iHelium
Beschreibung
Sprachen
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%