From 61e4f4cebe74a662ec1bbf3cfef1c0b495d9bb79 Mon Sep 17 00:00:00 2001 From: Anish Nataraj Date: Mon, 20 Mar 2017 12:49:08 +0530 Subject: [PATCH] qcacmn: Add multiradio support for SCAN Modify first argument of wmi_unified_cmd_send to send wmi_handle per pdev Change-Id: Ifbb9cf207c34bcb21cb01492a00b107d62284218 --- wmi_unified_param.h | 1 + 1 file changed, 1 insertion(+) diff --git a/wmi_unified_param.h b/wmi_unified_param.h index 4ed800333f..ef1c09a653 100644 --- a/wmi_unified_param.h +++ b/wmi_unified_param.h @@ -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; };