android_kernel_xiaomi_sm8350/core/cds
Arun Khandavalli f6246630ce qcacld-3.0: Allocate memory for cds config only once
During the driver load cds_cfg memory is allocated during the
hdd_Wlan_startup and cds_open. Since the memory allocated by the
cds_open overwrites the pointer of memory allocated by hdd_wlan_statup
during memory free only memory allocated by cds_open is freed resulting
in memory leakage.

To migitate this issue, allocate the memory for the cds config only once.

Change-Id: I01bf0e8110a2519a2e11da398be3c98f9ca4db8f
CRs-Fixed: 1055648
2016-08-27 16:16:07 -07:00
..
inc qcacld-3.0: Map internal PCL weight to the FW weight representation 2016-08-27 15:34:44 -07:00
src qcacld-3.0: Allocate memory for cds config only once 2016-08-27 16:16:07 -07:00