android_kernel_xiaomi_sm8350/core
Ashish Kumar Dhanotiya b994a75a34 qcacld-3.0: Allocate vdev private data along with vdev
Currently vdev private data osif_priv gets allocation
separately and requires to be de-alloc separately.
This de-alloc needs to be taken care at different places
based on the vdev create failure or whenever vdev is freed.
As vdev private data is associated to the vdev and needs to
be freed if vdev is not there, it is good to allocate this
private data along with vdev so that there is no need
to maintain allocation and de-allocation of vdev priv data
separately.

As part of this change alloc the vdev priv data along with
the vdev allocation as a single memory and free of the vdev priv
data will be taken care as part of vdev free.

Change-Id: I8d4b94cae564c7f2498f7b8cc8aa84a2edd6420d
CRs-Fixed: 2634998
2020-03-23 04:09:49 -07:00
..
bmi qcacld-3.0: Add synchronization between unloading & SSR recovering 2019-10-19 19:25:31 -07:00
cds qcacld-3.0: Use workqueue for recovery when suspend/resume timeout 2020-03-21 07:08:53 -07:00
dp qcacld-3.0: Fix build error when WLAN_SUPPORT_RX_FISA defined 2020-03-20 17:05:31 -07:00
hdd qcacld-3.0: Allocate vdev private data along with vdev 2020-03-23 04:09:49 -07:00
mac Release 5.2.0.177N 2020-03-23 00:23:57 -07:00
pld qcacld-3.0: add pld_smmu_unmap support for BENGAL 2020-03-18 15:37:21 -07:00
sap qcacld-3.0: Use vdev_id to get vdev in sap_channel_sel 2020-03-20 04:19:30 -07:00
sme qcacld-3.0: Set unicast key followed by broadcast key in FILS case 2020-03-21 05:31:25 -07:00
wma qcacld-3.0: Set wmi handle to pdev when saving pdev to wma handler 2020-03-21 10:58:54 -07:00