staging: wilc1000: remove unused struct tstrBssTable
authorLeo Kim <leo.kim@atmel.com>
Mon, 12 Oct 2015 07:55:48 +0000 (16:55 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Oct 2015 03:58:01 +0000 (20:58 -0700)
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>
drivers/staging/wilc1000/host_interface.c

index 77aefafe1a476aedeb2455c51f129a4a1bf03a68..89b6cdd9ed847cc7efbf3ff4e6f1379f9efe6648 100644 (file)
@@ -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,
This page took 0.027871 seconds and 5 git commands to generate.