qcacmn: Add multiradio support for SCAN

Modify first argument of wmi_unified_cmd_send to send
wmi_handle per pdev

Change-Id: Ifbb9cf207c34bcb21cb01492a00b107d62284218
This commit is contained in:
Anish Nataraj
2017-03-20 12:49:08 +05:30
committed by Sandeep Puligilla
parent 91452bf413
commit 61e4f4cebe

View File

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