staging: wilc1000: remove extern function in c file and move it to header file.

This patch removes extern resolve_disconnect_aberration in c file and move
it to proper header file. Rename argument also to match with declaration.

Signed-off-by: Leo Kim <leo.kim@atmel.com>
Signed-off-by: Glen Lee <glen.lee@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Leo Kim
2015-11-05 14:36:20 +09:00
committed by Greg Kroah-Hartman
parent 84d3b87e8b
commit 7df00115f8
2 changed files with 1 additions and 2 deletions

View File

@@ -420,5 +420,5 @@ void host_int_freeJoinParams(void *pJoinParams);
s32 host_int_get_statistics(struct host_if_drv *hWFIDrv,
struct rf_info *pstrStatistics);
void resolve_disconnect_aberration(struct host_if_drv *hif_drv);
#endif

View File

@@ -38,7 +38,6 @@
#define _linux_wlan_device_removal() {}
extern bool g_obtainingIP;
extern void resolve_disconnect_aberration(void *drvHandler);
extern u8 multicast_mac_addr_list[WILC_MULTICAST_TABLE_SIZE][ETH_ALEN];
extern struct timer_list hDuringIpTimer;