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:
gaurank kathpalia
2021-01-07 17:26:05 +05:30
committed by snandini
부모 9031774de9
커밋 130e95060d
19개의 변경된 파일1293개의 추가작업 그리고 1238개의 파일을 삭제

파일 보기

@@ -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;
};
/**