mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-03 01:36:52 +09:00
staging: wilc1000: remove unused struct WILC_WFIDrvHandle
This patch removes unused the struct WILC_WFIDrvHandle with related commnets. Signed-off-by: Leo Kim <leo.kim@atmel.com> Signed-off-by: Tony Cho <tony.cho@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
ad61fcea23
commit
8b58a2b658
@@ -192,11 +192,6 @@ typedef void (*wilc_connect_result)(tenuConnDisconnEvent,
|
||||
typedef void (*wilc_remain_on_chan_expired)(void *, u32); /*Remain on channel expiration callback function*/
|
||||
typedef void (*wilc_remain_on_chan_ready)(void *); /*Remain on channel callback function*/
|
||||
|
||||
/* typedef u32 WILC_WFIDrvHandle; */
|
||||
typedef struct {
|
||||
s32 s32Dummy;
|
||||
} *WILC_WFIDrvHandle;
|
||||
|
||||
/*!
|
||||
* @struct rcvd_net_info
|
||||
* @brief Structure to hold Received Asynchronous Network info
|
||||
|
||||
Reference in New Issue
Block a user