qcacmn: Enable/Disable 6G edge channels ch2 and ch233

Enable lower 6G edge channel ch2 (5935MHz) for APL2 6G regdmn
using a service bit WMI_SERVICE_ENABLE_LOWER_6G_EDGE_CH_SUPP,
which is not enabled by default.
Also, disable upper 6G edge channel (7115MHz) using another
service bit WMI_SERVICE_DISABLE_UPPER_6G_EDGE_CH_SUPP, that
is enabled by default.

Change-Id: Ia7cb7f7d3165375178adbe70adb19b8671496b6d
CRs-Fixed: 2885623
This commit is contained in:
Gururaj Pandurangi
2021-02-22 15:46:35 -08:00
committed by snandini
parent a2ac29d45c
commit 08148f21fa
13 changed files with 376 additions and 1 deletions

View File

@@ -5109,6 +5109,10 @@ typedef enum {
wmi_service_ext_tpc_reg_support,
wmi_service_ndi_txbf_support,
wmi_service_reg_cc_ext_event_support,
#if defined(CONFIG_BAND_6GHZ) && defined(CONFIG_REG_CLIENT)
wmi_service_lower_6g_edge_ch_supp,
wmi_service_disable_upper_6g_edge_ch_supp,
#endif
wmi_services_max,
} wmi_conv_service_ids;
#define WMI_SERVICE_UNAVAILABLE 0xFFFF