qcacmn: Add WMI service support for DCS AWGN
Add support to read the WMI service bit describing support for the DCS AWGN interference detection mechanism. CRs-Fixed: 2906768 Change-Id: Id062b9d63a09f522ac1efdbaf6731665fa438630
This commit is contained in:
@@ -15774,6 +15774,8 @@ static void populate_tlv_service(uint32_t *wmi_service)
|
||||
wmi_service[wmi_service_disable_upper_6g_edge_ch_supp] =
|
||||
WMI_SERVICE_DISABLE_UPPER_6G_EDGE_CH_SUPP;
|
||||
#endif
|
||||
wmi_service[wmi_service_dcs_awgn_int_support] =
|
||||
WMI_SERVICE_DCS_AWGN_INT_SUPPORT;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user