qcacld-3.0: Cleanup the struct sCsrNeighborRoamControlInfo
Cleanup the struct sCsrNeighborRoamControlInfo and move params in vdev ext object. Change-Id: If5a490c68137622838afc831a4da0e1da7fa49c4 CRs-Fixed: 2850991
This commit is contained in:
@@ -1721,6 +1721,7 @@ struct fw_scan_channels {
|
||||
* @saved_freq_list: Valid channel list
|
||||
* @sae_single_pmk_feature_enabled: Contains value of ini
|
||||
* sae_single_pmk_feature_enabled
|
||||
* @rso_user_config: RSO user config
|
||||
*/
|
||||
struct wlan_mlme_lfr_cfg {
|
||||
bool mawc_roam_enabled;
|
||||
@@ -1836,6 +1837,7 @@ struct wlan_mlme_lfr_cfg {
|
||||
#if defined(WLAN_SAE_SINGLE_PMK) && defined(WLAN_FEATURE_ROAM_OFFLOAD)
|
||||
bool sae_single_pmk_feature_enabled;
|
||||
#endif
|
||||
struct rso_config_params rso_user_config;
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user