summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/coreconfigurator.h
diff options
context:
space:
mode:
authorGlen Lee2015-11-18 07:11:33 +0100
committerGreg Kroah-Hartman2015-12-18 23:30:50 +0100
commitec62e6d1ec3f668ee0462734ede28be6b3d7db1c (patch)
tree64a60ec6eee64f168cb458996c38913f2c4978b0 /drivers/staging/wilc1000/coreconfigurator.h
parentstaging: wilc1000: add struct wilc to host_if_drv (diff)
downloadkernel-qcow2-linux-ec62e6d1ec3f668ee0462734ede28be6b3d7db1c.tar.gz
kernel-qcow2-linux-ec62e6d1ec3f668ee0462734ede28be6b3d7db1c.tar.xz
kernel-qcow2-linux-ec62e6d1ec3f668ee0462734ede28be6b3d7db1c.zip
staging: wilc1000: wilc_send_config_pkt: pass struct wilc
This patch passes struct wilc to wilc_send_config_pkt. The function wilc_wlan_cfg_set and wilc_wlan_cfg_get function will get wilc to replace wilc_dev with it. Signed-off-by: Glen Lee <glen.lee@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wilc1000/coreconfigurator.h')
-rw-r--r--drivers/staging/wilc1000/coreconfigurator.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/wilc1000/coreconfigurator.h b/drivers/staging/wilc1000/coreconfigurator.h
index 912d5c2879e4..3f2a7d3c3a17 100644
--- a/drivers/staging/wilc1000/coreconfigurator.h
+++ b/drivers/staging/wilc1000/coreconfigurator.h
@@ -127,7 +127,8 @@ typedef struct {
size_t ie_len;
} tstrDisconnectNotifInfo;
-s32 wilc_send_config_pkt(u8 mode, struct wid *wids, u32 count, u32 drv);
+s32 wilc_send_config_pkt(struct wilc *wilc, u8 mode, struct wid *wids,
+ u32 count, u32 drv);
s32 wilc_parse_network_info(u8 *pu8MsgBuffer, tstrNetworkInfo **ppstrNetworkInfo);
s32 wilc_dealloc_network_info(tstrNetworkInfo *pstrNetworkInfo);