wlan: Add wait in STA disconnect path from hdd
In case of SAP down all STA are disconnected one by one and are queued to serialization. serialization queue size is 30 while a SAP can support 32 clients. So it there are more than 30 clients the serialization cmd buffers are not assigned, which lead to assert. Fix this by adding wait in STA disconnect path from HDD. Change-Id: I2cf930335de64e6e6f6c1be43646d48594456937 CRs-Fixed: 2522514
Loading
Please register or sign in to comment