qcacmn: WMI support for restricted 80p80 BW support
Add support to populate WMI service for restricted 80p80 bandwidth support. Change-Id: I4c65573e3f6836119e70c7c2e3fc10a2e08b10a6 CRs-Fixed: 2574951
This commit is contained in:

committed by
nshrivas

parent
4c7b81b540
commit
b49c9b7a2b
@@ -5038,6 +5038,7 @@ typedef enum {
|
||||
wmi_service_owe_roam_support,
|
||||
wmi_service_ext2_msg,
|
||||
wmi_service_6ghz_support,
|
||||
wmi_service_bw_165mhz_support,
|
||||
wmi_services_max,
|
||||
} wmi_conv_service_ids;
|
||||
#define WMI_SERVICE_UNAVAILABLE 0xFFFF
|
||||
|
@@ -13378,6 +13378,8 @@ static void populate_tlv_service(uint32_t *wmi_service)
|
||||
WMI_SERVICE_WPA3_OWE_ROAM_SUPPORT;
|
||||
wmi_service[wmi_service_6ghz_support] =
|
||||
WMI_SERVICE_6GHZ_SUPPORT;
|
||||
wmi_service[wmi_service_bw_165mhz_support] =
|
||||
WMI_SERVICE_BW_165MHZ_SUPPORT;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user