qcacmn: Add WMI support for native 160MHZ
A service bit is added to indicate Firmware supports sending NSS ratio information to Host and Host receives the NSS ratio information from Firmware as part of service ready ext event. Save this service bit in soc's extcap feature bit. Extract the NSS ratio info from service ready ext event and save the results in wlan_psoc_host_mac_phy_caps structure to calculate NSS value. Change-Id: I8fbee48d872b0724bbb629ad38b3c959736a3c39 CRs-Fixed: 2612959
This commit is contained in:

committed by
nshrivas

parent
6760310422
commit
29aca291c5
@@ -130,6 +130,11 @@ static int init_deinit_service_ready_event_handler(ol_scn_t scn_handle,
|
||||
wlan_psoc_nif_fw_ext_cap_set(psoc,
|
||||
WLAN_SOC_RESTRICTED_80P80_SUPPORT);
|
||||
|
||||
if (wmi_service_enabled(wmi_handle,
|
||||
wmi_service_nss_ratio_to_host_support))
|
||||
wlan_psoc_nif_fw_ext_cap_set(
|
||||
psoc, WLAN_SOC_NSS_RATIO_TO_HOST_SUPPORT);
|
||||
|
||||
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),
|
||||
|
Reference in New Issue
Block a user