summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/coreconfigurator.h
diff options
context:
space:
mode:
authorChaehyun Lim2015-09-22 15:47:37 +0200
committerGreg Kroah-Hartman2015-09-29 02:31:19 +0200
commitc22dbd4bb8fd15faa800ef5daf1a81aa31896bf8 (patch)
tree64b1417697eb6749b5254891dd64872375ad00f2 /drivers/staging/wilc1000/coreconfigurator.h
parentstaging: wicl1000: fix dereference after free in wilc_wlan_cleanup() (diff)
downloadkernel-qcow2-linux-c22dbd4bb8fd15faa800ef5daf1a81aa31896bf8.tar.gz
kernel-qcow2-linux-c22dbd4bb8fd15faa800ef5daf1a81aa31896bf8.tar.xz
kernel-qcow2-linux-c22dbd4bb8fd15faa800ef5daf1a81aa31896bf8.zip
staging: wilc1000: remove CoreConfiguratorDeInit
This patch removes CoreConfiguratorDeInit function, which is not doing anything else except printing a PRINT_D message and returning a s32Error. It is also removed the codes that is calling this function. Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/wilc1000/coreconfigurator.h b/drivers/staging/wilc1000/coreconfigurator.h
index 88a697beee2d..a255e45fa626 100644
--- a/drivers/staging/wilc1000/coreconfigurator.h
+++ b/drivers/staging/wilc1000/coreconfigurator.h
@@ -156,8 +156,6 @@ typedef struct wid_site_survey_reslts {
} wid_site_survey_reslts_s;
#endif
-s32 CoreConfiguratorDeInit(void);
-
s32 SendConfigPkt(u8 u8Mode, tstrWID *pstrWIDs,
u32 u32WIDsCount, bool bRespRequired, u32 drvHandler);
s32 ParseNetworkInfo(u8 *pu8MsgBuffer, tstrNetworkInfo **ppstrNetworkInfo);