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

staging: wilc1000: remove unused struct tstrBssTable

This patch removes struct tstrBssTable with related comment.
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 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment