Modify first argument of wmi_unified_cmd_send to send wmi_handle per pdev Change-Id: Ifbb9cf207c34bcb21cb01492a00b107d62284218
@@ -1164,6 +1164,7 @@ typedef struct {
} wmi_channel_param;
struct scan_chan_list_params {
+ uint32_t pdev_id;
uint8_t num_scan_chans;
wmi_channel_param *chan_info;
};