qcacmn: Consistently use policy_mgr_dual_mac_config
Remove duplicate structs wmi_dual_mac_config and sir_dual_mac_config and use policy_mgr_dual_mac_config. Change-Id: I6da6539f519ec46ee274ba3f3ae042e5fd9c25d2 CRs-Fixed: 2191031
This commit is contained in:

committed by
nshrivas

parent
3bd09d612d
commit
aafe28ed40
@@ -3363,18 +3363,6 @@ struct wmi_hw_mode_params {
|
||||
uint8_t agile_dfs_cap;
|
||||
};
|
||||
|
||||
/**
|
||||
* struct wmi_dual_mac_config - Dual MAC configuration
|
||||
* @scan_config: Scan configuration
|
||||
* @fw_mode_config: FW mode configuration
|
||||
* @set_dual_mac_cb: Callback function to be executed on response to the command
|
||||
*/
|
||||
struct wmi_dual_mac_config {
|
||||
uint32_t scan_config;
|
||||
uint32_t fw_mode_config;
|
||||
void *set_dual_mac_cb;
|
||||
};
|
||||
|
||||
/**
|
||||
* struct ssid_hotlist_param - param for SSID Hotlist
|
||||
* @ssid: SSID which is being hotlisted
|
||||
|
Reference in New Issue
Block a user