提交 c0dba8d3 编写于 作者: L Leo Kim 提交者: Greg Kroah-Hartman

staging: wilc1000: remove unused struct tstrBssTable

This patch removes struct tstrBssTable with related comment.
Signed-off-by: NLeo Kim <leo.kim@atmel.com>
Signed-off-by: NTony Cho <tony.cho@atmel.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 fa2ce581
...@@ -436,12 +436,6 @@ typedef struct _tstrJoinBssParam { ...@@ -436,12 +436,6 @@ typedef struct _tstrJoinBssParam {
u8 au8Interval[4]; u8 au8Interval[4];
u8 au8StartTime[4]; u8 au8StartTime[4];
} tstrJoinBssParam; } tstrJoinBssParam;
/*a linked list table containing needed join parameters entries for each AP found in most recent scan*/
typedef struct _tstrBssTable {
u8 u8noBssEntries;
tstrJoinBssParam *head;
tstrJoinBssParam *tail;
} tstrBssTable;
typedef enum { typedef enum {
SCAN_TIMER = 0, SCAN_TIMER = 0,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册