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
@@ -5059,6 +5059,7 @@ typedef enum {
|
||||
wmi_service_multiple_vdev_restart_ext,
|
||||
wmi_service_peer_delete_no_peer_flush_tids_cmd,
|
||||
wmi_service_time_sync_ftm,
|
||||
wmi_service_nss_ratio_to_host_support,
|
||||
wmi_services_max,
|
||||
} wmi_conv_service_ids;
|
||||
#define WMI_SERVICE_UNAVAILABLE 0xFFFF
|
||||
|
Reference in New Issue
Block a user