This patch removes struct tstrBssTable with related comment.
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>
        u8 au8Interval[4];
        u8 au8StartTime[4];
 } 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 {
        SCAN_TIMER = 0,