qcacmn: Retrieve monitor flags params from dp_soc
Include CDP_MONITOR_FLAG to get monitor mode flags from SOC structure. Change-Id: I67992abcbb64e4f24cf42c57557d501330d3c3f2 CRs-Fixed: 3809485
This commit is contained in:

committed by
Ravindra Konda

parent
572ebb7dca
commit
00e159df45
@@ -9282,6 +9282,9 @@ static QDF_STATUS dp_get_psoc_param(struct cdp_soc_t *cdp_soc,
|
||||
case CDP_CONFIG_DP_DEBUG_LOG:
|
||||
val->cdp_psoc_param_dp_debug_log = soc->dp_debug_log_en;
|
||||
break;
|
||||
case CDP_MONITOR_FLAG:
|
||||
val->cdp_monitor_flag = soc->mon_flags;
|
||||
break;
|
||||
default:
|
||||
dp_warn("Invalid param: %u", param);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user