staging: vt6656: csBeacon_xmit merge structures.
[linux-2.6-microblaze.git] / drivers / staging / vt6656 / desc.h
index afe7074..7c6dd5f 100644 (file)
 /*
  * TX FIFO header
  */
-
-typedef struct tagSTxShortBufHead {
-    u16    wFIFOCtl;
-    u16    wTimeStamp;
-} __attribute__ ((__packed__))
-STxShortBufHead, *PSTxShortBufHead;
-typedef const STxShortBufHead *PCSTxShortBufHead;
-
 typedef struct tagSBEACONCtl {
        u32 BufReady:1;
        u32 TSF:15;