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:
parent
ad61fcea23
commit
8b58a2b658
1 changed files with 0 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue