]> git.karo-electronics.de Git - linux-beck.git/commitdiff
staging: vt6656: desc.h remove dead code typedef struct tagSRrvTime_atim.
authorMalcolm Priestley <tvboxspy@gmail.com>
Fri, 16 Aug 2013 22:46:49 +0000 (23:46 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 19 Aug 2013 22:39:19 +0000 (15:39 -0700)
Remove dead structure tagSRrvTime_atim.

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/desc.h

index c2dec3bb905557c4c58830d4cebefc57a97a8068..dc089ac27905a96d76d08c82fb2bc066bf5fac06 100644 (file)
 #define TD_FLAGS_PRIV_SKB  0x02 /* check if called from private skb(hostap) */
 #define TD_FLAGS_PS_RETRY  0x04 /* check if PS STA frame re-transmit */
 
-/*
- * RsvTime buffer header
- */
-typedef struct tagSRrvTime_atim {
-    u16        wCTSTxRrvTime_ba;
-    u16        wTxRrvTime_a;
-} __attribute__ ((__packed__))
-SRrvTime_atim, *PSRrvTime_atim;
-
-typedef const SRrvTime_atim *PCSRrvTime_atim;
-
 /*
  * TX FIFO header
  */