qcacmn: Fix parameter passed in dp-target_if API
Fix a bug in DP soc init to pass correct parameter in get_dp_cfg_param API Change-Id: Icbb8bd593d9bc3ad198ee63d66ce6c381c9954bb CRs-Fixed: 2142458
This commit is contained in:

committed by
snandini

parent
da917d573c
commit
365a8bd240
@@ -5571,7 +5571,7 @@ void *dp_soc_attach_wifi3(void *osif_soc, void *hif_handle,
|
||||
wlan_cfg_set_rx_hash(soc->wlan_cfg_ctx, rx_hash);
|
||||
|
||||
if (soc->cdp_soc.ol_ops->get_dp_cfg_param) {
|
||||
int ret = soc->cdp_soc.ol_ops->get_dp_cfg_param(soc,
|
||||
int ret = soc->cdp_soc.ol_ops->get_dp_cfg_param(soc->osif_soc,
|
||||
CDP_CFG_MAX_PEER_ID);
|
||||
|
||||
if (ret != -EINVAL) {
|
||||
|
Reference in New Issue
Block a user