qcacld-3.0: Fix DSRC compile error

DSRC feature is enabled by SDIO card profile. But when debug SDIO
interface feautre, there are many DSRC module compile issue.

Change-Id: I4429f2a6e68b67140a72ad9634031f459ccda397
CRs-Fixed: 2590115
This commit is contained in:
Yu Ouyang
2019-12-18 16:46:39 +08:00
committed by nshrivas
parent be637514bb
commit e2ed521f0c
5 changed files with 7 additions and 4 deletions

View File

@@ -160,7 +160,7 @@ static QDF_STATUS ocb_channel_config_status(struct ocb_rx_event *evt)
/* Sync channel status to data path */
if (config_rsp.status == OCB_CHANNEL_CONFIG_SUCCESS)
ocb_set_chan_info(ocb_obj->dp_soc,
ocb_obj->dp_pdev,
ocb_obj->pdev,
vdev_id,
ocb_obj->channel_config);
qdf_mem_free(ocb_obj->channel_config);