Commit 4ef4d195 authored by Leo Kim's avatar Leo Kim Committed by Greg Kroah-Hartman

staging: wilc1000: remove unused struct cfg_param_t

This patch removes unused the struct cfg_param_t.
Signed-off-by: default avatarLeo Kim <leo.kim@atmel.com>
Signed-off-by: default avatarTony Cho <tony.cho@atmel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 8b58a2b6
...@@ -57,12 +57,6 @@ ...@@ -57,12 +57,6 @@
#define SCAN_EVENT_DONE_ABORTED #define SCAN_EVENT_DONE_ABORTED
#define NUM_CONCURRENT_IFC 2 #define NUM_CONCURRENT_IFC 2
typedef struct {
u16 cfg_wid;
enum WID_TYPE cfg_type;
s8 *pu8Para;
} cfg_param_t;
typedef struct _tstrStatistics { typedef struct _tstrStatistics {
u8 u8LinkSpeed; u8 u8LinkSpeed;
s8 s8RSSI; s8 s8RSSI;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment