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:
Aditya Sathish
2021-03-24 08:33:36 +05:30
committed by snandini
parent 71f512e37f
commit e15153c092
2 changed files with 3 additions and 0 deletions

View File

@@ -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;
}
/**