qcacld-3.0: Remove GET and SET ROAMSCANCONTROL driver cmd

GETROAMSCANCONTROL and SETROAMSCANCONTROL driver commands
will be deprecated from Android 13. So remove all logic
related to these driver commands in the host.

Change-Id: I05fafbec2b3f3b798c8c89d0c33b1dbf5c1b45d4
CRs-Fixed: 3225052
This commit is contained in:
abhinav kumar
2022-06-17 15:34:57 +05:30
committed by Madan Koyyalamudi
부모 d4e577d66c
커밋 fbc86e2752
5개의 변경된 파일0개의 추가작업 그리고 162개의 파일을 삭제

파일 보기

@@ -4741,7 +4741,6 @@ QDF_STATUS cm_roam_control_restore_default_config(struct wlan_objmgr_pdev *pdev,
goto out;
}
cfg_params = &rso_cfg->cfg_param;
mlme_obj->cfg.lfr.rso_user_config.roam_scan_control = false;
chan_info = &cfg_params->pref_chan_info;
cm_flush_roam_channel_list(chan_info);

파일 보기

@@ -591,7 +591,6 @@ struct rso_roam_policy_params {
* @drop_factor_5g: Penalty factor
* @max_raise_rssi_5g: Maximum amount of Boost that can added
* @is_fils_roaming_supported: fils roaming supported
* @roam_scan_control: roam scan control
* @policy_params: roam policy params
* @neighbor_report_offload: neighbor report offload params
*/
@@ -611,7 +610,6 @@ struct rso_config_params {
int max_raise_rssi_5g;
uint8_t cat_rssi_offset;
bool is_fils_roaming_supported;
bool roam_scan_control;
struct rso_roam_policy_params policy_params;
struct cm_roam_neighbor_report_offload_params neighbor_report_offload;
};