fffde56f759acefa007255c1dee4a775c886b196

When the userspace disconnect is issued, as a part of wlan exit, HDD sent below commands to sme: 1) Disconnect Req (DelBSS /Del Sta) 2) Close Session ( DelSelfSta ) in the following path: hdd_stop_adapter() -> hdd_stop_adapter_ext() -> hdd_vdev_destroy -> sme_close_session() -> csr_roam_close_session. e_sme_command_del_sta_session is sent from csr_roam_close_session with high priority. This causes vdev delete to be sent before peer delete . As HDD has already freed all the commands in csr_roam_close_session, now sme should process the cmd only in the pending queue order. Hence we should not send DEL_SELF_STA as high priority cmd. Send the e_sme_command_del_sta_session with normal priority. Change-Id: Ic874ca792f84235c70b8257a232c02f0bd050618 CRs-Fixed: 2328462
This is CNSS WLAN Host Driver for products starting from iHelium
Description
Langue
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%