The command eSmeCommandDelStaSession issues vdev delete to firmware. As this command eSmeCommandDelStaSession is not serialized, this may issue delete vdev before the peers for the vdev are deleted, resulting in fw assert. Serialization should be brought in for this command, so that first eSmeCommandRoam command will do vdev_stop-->remove_peer-->vdev_down and then eSmeCommandDelStaSession will be processed which will send vdev delete. Post the command eSmeCommandDelStaSession to the serialization module and WMA_DEL_STA_SELF_REQ will be posted from the sme eSmeCommandDelStaSession handler. Change-Id: I60fcbf622b961162c647db3638b5e019c5231971 CRs-Fixed: 2270982 |
||
---|---|---|
.. | ||
inc | ||
src |