Commit 7df00115 authored by Leo Kim's avatar Leo Kim Committed by Greg Kroah-Hartman
Browse files

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: default avatarLeo Kim <leo.kim@atmel.com>
Signed-off-by: default avatarGlen Lee <glen.lee@atmel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 84d3b87e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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;