qcacmn: Add support for UL_RU26 WMI service

Add support for UL_RU26 WMI service which will notify the host if
the target has allowed UL_RU26

Change-Id: I639c0872f541cf30776c9f76b87c4b950c1e17f4
CRs-Fixed: 2390350
This commit is contained in:
Aditya Sathish
2019-02-08 17:21:34 +05:30
committed by nshrivas
parent 1b91304c4c
commit 73d452f3d2
4 changed files with 7 additions and 0 deletions

View File

@@ -110,6 +110,9 @@ static int init_deinit_service_ready_event_handler(ol_scn_t scn_handle,
if (wmi_service_enabled(wmi_handle, wmi_service_bss_color_offload))
target_if_debug(" BSS COLOR OFFLOAD supported");
if (wmi_service_enabled(wmi_handle, wmi_service_ul_ru26_allowed))
wlan_psoc_nif_fw_ext_cap_set(psoc, WLAN_SOC_CEXT_OBSS_NBW_RU);
target_if_debug(" TT support %d, Wide BW Scan %d, SW cal %d",
wlan_psoc_nif_fw_ext_cap_get(psoc, WLAN_SOC_CEXT_TT_SUPPORT),
wlan_psoc_nif_fw_ext_cap_get(psoc, WLAN_SOC_CEXT_WIDEBAND_SCAN),