Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -436,12 +436,6 @@ typedef struct _tstrJoinBssParam {
	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,