android_kernel_xiaomi_sm8350/core/wma
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
..
inc qcacld-3.0: Remove is_vdev_valid flag from the vdev structure wma_txrx_node 2018-09-10 11:54:11 -07:00
src qcacld-3.0: Remove is_vdev_valid flag from the vdev structure wma_txrx_node 2018-09-10 11:54:11 -07:00