From: Leo Kim Date: Mon, 12 Oct 2015 07:55:48 +0000 (+0900) Subject: staging: wilc1000: remove unused struct tstrBssTable X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=c0dba8d3bbdac36d5e01e09ef9363ea1de84b304;p=deliverable%2Flinux.git staging: wilc1000: remove unused struct tstrBssTable This patch removes struct tstrBssTable with related comment. Signed-off-by: Leo Kim Signed-off-by: Tony Cho Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/host_interface.c index 77aefafe1a47..89b6cdd9ed84 100644 --- a/drivers/staging/wilc1000/host_interface.c +++ b/drivers/staging/wilc1000/host_interface.c @@ -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,