qcacmn: Make 6G edge channel APIs common

Currently the 6G edge channel feature is MCC specific.
Make the 6G edge channel feature common for WIN and MCC.

Change-Id: I723b6db1d74dca5a911eede4ec6e6167f6b3e6bc
CRs-Fixed: 2976871
This commit is contained in:
Hariharan Basuthkar
2021-06-24 21:50:49 +05:30
committed by Madan Koyyalamudi
parent b128bc2e3e
commit 2234d80a72
12 changed files with 12 additions and 12 deletions

View File

@@ -16270,7 +16270,7 @@ static void populate_tlv_service(uint32_t *wmi_service)
WMI_SERVICE_NDI_TXBF_SUPPORT;
wmi_service[wmi_service_reg_cc_ext_event_support] =
WMI_SERVICE_REG_CC_EXT_EVENT_SUPPORT;
#if defined(CONFIG_BAND_6GHZ) && defined(CONFIG_REG_CLIENT)
#if defined(CONFIG_BAND_6GHZ)
wmi_service[wmi_service_lower_6g_edge_ch_supp] =
WMI_SERVICE_ENABLE_LOWER_6G_EDGE_CH_SUPP;
wmi_service[wmi_service_disable_upper_6g_edge_ch_supp] =