android_kernel_xiaomi_sm8350/core
Pragaspathi Thilagaraj b37dad385f qcacld-3.0: Serialize the command eSmeCommandDelStaSession
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
2018-07-26 15:36:53 -07:00
..
bmi qcacld-3.0: Featurize wlan BMI 2018-07-12 12:34:43 -07:00
cds qcacld-3.0: Add compilation flag for enter/exit macros 2018-07-25 09:40:33 -07:00
dp qcacld-3.0: Add support to set/get timestamp for management frames 2018-07-18 00:17:59 -07:00
hdd qcacld-3.0: Check for vdev/pdev leaks during SSR 2018-07-25 14:43:33 -07:00
mac Release 5.2.0.90D 2018-07-26 12:23:20 -07:00
pld qcacld-3.0: Add shutdown/reinit support for PLD_CNSS_USB 2018-07-19 08:32:41 -07:00
sap qcacld-3.0: Remove redundant null check for p_mac 2018-07-24 13:20:29 -07:00
sme qcacld-3.0: Serialize the command eSmeCommandDelStaSession 2018-07-26 15:36:53 -07:00
wma qcacld-3.0: Serialize the command eSmeCommandDelStaSession 2018-07-26 15:36:53 -07:00