android_kernel_xiaomi_sm8350/core
Pragaspathi Thilagaraj f81a8f0ad4 qcacld-3.0: Remove is_vdev_valid flag from the vdev structure wma_txrx_node
The flag is_vdev_valid and vdev_active serve the same purpose,
they are used to prevent the race condition where wmi vdev level
command gets posted to FW after vdev is deleted. Both the flags
are set to true in wma_vdev_attach when the vdev is created and
set to false in wma_vdev_detach where the vdev delete command is
sent to fw.

So remove is_vdev_valid flag and replace it with the existing
vdev_active flag.

Change-Id: I5199bc7d473470fd9f16320d323f86257a24ae19
CRs Fixed: 2312321
2018-09-10 11:54:11 -07:00
..
bmi qcacld-3.0: Fix an OOB issue in bmi_sign_stream_start() 2018-08-17 04:40:05 -07:00
cds qcacld-3.0: Validate context for qdf transition check 2018-09-05 23:55:35 -07:00
dp qcacld-3.0: Unlock the rx_ring spin-lock appropriately 2018-09-06 10:05:27 -07:00
hdd qcacld-3.0: Remove DRIVER_MODULES_OPENED 2018-09-07 23:23:44 -07:00
mac Release 5.2.0.96A 2018-09-10 04:25:22 -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: Add mtrace logging for scan request 2018-09-04 21:15:01 -07:00
sme qcacld-3.0: Add debugfs support for roam scan stats 2018-09-07 04:43:53 -07:00
wma qcacld-3.0: Remove is_vdev_valid flag from the vdev structure wma_txrx_node 2018-09-10 11:54:11 -07:00