Skip to content

Commit 4ef4d19

Browse files
Leo-Kimgregkh
authored andcommitted
staging: wilc1000: remove unused struct cfg_param_t
This patch removes unused the struct cfg_param_t. Signed-off-by: Leo Kim <[email protected]> Signed-off-by: Tony Cho <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 8b58a2b commit 4ef4d19

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

drivers/staging/wilc1000/host_interface.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,6 @@
5757
#define SCAN_EVENT_DONE_ABORTED
5858
#define NUM_CONCURRENT_IFC 2
5959

60-
typedef struct {
61-
u16 cfg_wid;
62-
enum WID_TYPE cfg_type;
63-
s8 *pu8Para;
64-
} cfg_param_t;
65-
6660
typedef struct _tstrStatistics {
6761
u8 u8LinkSpeed;
6862
s8 s8RSSI;

0 commit comments

Comments
 (0)