qcacld-3.0: Add print log for new roam scan type
Firmware sends the roam scan info tlv to driver during roaming. Currently, in this tlv, firmware fills scan type as (0-3) and driver log this as "PARTIAL", "FULL", "NO SCAN" and "Higher Band" But with new requirement, idle roaming shall only roam to higher band (2.4 GHz < 5 GHz < 6 GHz) than current band. 1. If current band is 2.4 GHz, it cannot roam to 2.4 GHz. It can roam to 5 GHz and 6 GHz. 2. If current band is 5 GHz, it cannot roam to 2.4 GHz and 5 GHz. It can roam to 6 GHz. So, to add this requirement, firmware introduces new scan type 4 for which driver need to log. Change-Id: I80d1c47a434da5009aed4cab08c6eae91bda5b0e CRs-Fixed: 3379468
This commit is contained in:

committed by
Madan Koyyalamudi

parent
81ba2c92d4
commit
4d22da60ff
@@ -2891,15 +2891,6 @@ wlan_mlme_get_ignore_fw_reg_offload_ind(struct wlan_objmgr_psoc *psoc,
|
||||
*/
|
||||
char *mlme_get_roam_trigger_str(uint32_t roam_scan_trigger);
|
||||
|
||||
/**
|
||||
* mlme_get_roam_scan_type_str() - Get the string for roam sacn type
|
||||
* @roam_scan_type: roam scan type coming from fw via
|
||||
* wmi_roam_scan_info tlv
|
||||
*
|
||||
* Return: Meaningful string for roam sacn type
|
||||
*/
|
||||
char *mlme_get_roam_scan_type_str(uint32_t roam_scan_type);
|
||||
|
||||
/**
|
||||
* mlme_get_roam_status_str() - Get the string for roam status
|
||||
* @roam_status: roam status coming from fw via
|
||||
|
Reference in New Issue
Block a user