qcacmn: Remove SSID hotlist support
Change Ie6c4a9847f2daa9ba2aebd17f386d584201b86d6 ("qcacld-3.0: Remove obsolete set/reset ssid hotlist") in the qcacld-3.0 project removed the only client of the WMI SSID hotlist infrastructure. Since this infrastructure is obsolete, remove it. Change-Id: I4a1de39c982947bbf4958d976426f95e3217f1a3 CRs-Fixed: 2381277
This commit is contained in:
@@ -2819,37 +2819,6 @@ struct wmi_hw_mode_params {
|
||||
uint8_t agile_dfs_cap;
|
||||
};
|
||||
|
||||
/**
|
||||
* struct ssid_hotlist_param - param for SSID Hotlist
|
||||
* @ssid: SSID which is being hotlisted
|
||||
* @band: Band in which the given SSID should be scanned
|
||||
* @rssi_low: Low bound on RSSI
|
||||
* @rssi_high: High bound on RSSI
|
||||
*/
|
||||
struct ssid_hotlist_param {
|
||||
struct mac_ssid ssid;
|
||||
uint8_t band;
|
||||
int32_t rssi_low;
|
||||
int32_t rssi_high;
|
||||
};
|
||||
|
||||
/**
|
||||
* struct ssid_hotlist_request_params - set SSID hotlist request struct
|
||||
* @request_id: ID of the request
|
||||
* @session_id: ID of the session
|
||||
* @lost_ssid_sample_size: Number of consecutive scans in which the SSID
|
||||
* must not be seen in order to consider the SSID "lost"
|
||||
* @ssid_count: Number of valid entries in the @ssids array
|
||||
* @ssids: Array that defines the SSIDs that are in the hotlist
|
||||
*/
|
||||
struct ssid_hotlist_request_params {
|
||||
uint32_t request_id;
|
||||
uint8_t session_id;
|
||||
uint32_t lost_ssid_sample_size;
|
||||
uint32_t ssid_count;
|
||||
struct ssid_hotlist_param ssids[WMI_EXTSCAN_MAX_HOTLIST_SSIDS];
|
||||
};
|
||||
|
||||
/**
|
||||
* struct wmi_unit_test_cmd - unit test command parameters
|
||||
* @vdev_id: vdev id
|
||||
|
Reference in New Issue
Block a user