diff options
Diffstat (limited to 'drivers/net/wireless/mwifiex/scan.c')
-rw-r--r-- | drivers/net/wireless/mwifiex/scan.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/net/wireless/mwifiex/scan.c b/drivers/net/wireless/mwifiex/scan.c index 5c22860fb40a..6f88c8ab5de5 100644 --- a/drivers/net/wireless/mwifiex/scan.c +++ b/drivers/net/wireless/mwifiex/scan.c | |||
@@ -2357,12 +2357,10 @@ int mwifiex_scan_networks(struct mwifiex_private *priv, | |||
2357 | * - Setting command ID, and proper size | 2357 | * - Setting command ID, and proper size |
2358 | * - Ensuring correct endian-ness | 2358 | * - Ensuring correct endian-ness |
2359 | */ | 2359 | */ |
2360 | int mwifiex_cmd_802_11_scan(struct host_cmd_ds_command *cmd, void *data_buf) | 2360 | int mwifiex_cmd_802_11_scan(struct host_cmd_ds_command *cmd, |
2361 | struct mwifiex_scan_cmd_config *scan_cfg) | ||
2361 | { | 2362 | { |
2362 | struct host_cmd_ds_802_11_scan *scan_cmd = &cmd->params.scan; | 2363 | struct host_cmd_ds_802_11_scan *scan_cmd = &cmd->params.scan; |
2363 | struct mwifiex_scan_cmd_config *scan_cfg; | ||
2364 | |||
2365 | scan_cfg = (struct mwifiex_scan_cmd_config *) data_buf; | ||
2366 | 2364 | ||
2367 | /* Set fixed field variables in scan command */ | 2365 | /* Set fixed field variables in scan command */ |
2368 | scan_cmd->bss_mode = scan_cfg->bss_mode; | 2366 | scan_cmd->bss_mode = scan_cfg->bss_mode; |