summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/coreconfigurator.h
diff options
context:
space:
mode:
authorTony Cho2015-10-12 09:55:40 +0200
committerGreg Kroah-Hartman2015-10-13 05:58:01 +0200
commit684125a25e46214145dd4349d8326bf40c829a93 (patch)
treea5c2bf3c76e142a432025ecfd067a5ac5b7ae5b8 /drivers/staging/wilc1000/coreconfigurator.h
parentstaging: wilc1000: remove bool bRespRequired from send_config_pkt (diff)
downloadkernel-qcow2-linux-684125a25e46214145dd4349d8326bf40c829a93.tar.gz
kernel-qcow2-linux-684125a25e46214145dd4349d8326bf40c829a93.tar.xz
kernel-qcow2-linux-684125a25e46214145dd4349d8326bf40c829a93.zip
staging: wilc1000: change parameter names in send_config_pkt
This patch changes the parameter names in send_config_pkt function as the followings: - u8Mode to mode - pstrWIDs to wids - u32WIDsCount to count - drvHandler to drv Signed-off-by: Tony Cho <tony.cho@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, 1 insertions, 2 deletions
diff --git a/drivers/staging/wilc1000/coreconfigurator.h b/drivers/staging/wilc1000/coreconfigurator.h
index 4d650888bb8d..8ba30dcdb381 100644
--- a/drivers/staging/wilc1000/coreconfigurator.h
+++ b/drivers/staging/wilc1000/coreconfigurator.h
@@ -128,8 +128,7 @@ typedef struct {
size_t ie_len;
} tstrDisconnectNotifInfo;
-s32 send_config_pkt(u8 u8Mode, tstrWID *pstrWIDs,
- u32 u32WIDsCount, u32 drvHandler);
+s32 send_config_pkt(u8 mode, tstrWID *wids, u32 count, u32 drv);
s32 parse_network_info(u8 *pu8MsgBuffer, tstrNetworkInfo **ppstrNetworkInfo);
s32 DeallocateNetworkInfo(tstrNetworkInfo *pstrNetworkInfo);