summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/desc.h
diff options
context:
space:
mode:
authorMalcolm Priestley <tvboxspy@gmail.com>2014-08-22 22:35:11 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-08-30 13:50:10 -0700
commit964172359150ae034a73aecccabf9bdb8d0b7c2c (patch)
treee6d6345118956fa0d97982ba70a501ff1f79683c /drivers/staging/vt6655/desc.h
parent09a903b51b19516490f5305342c1dc42046aaa84 (diff)
downloadop-kernel-dev-964172359150ae034a73aecccabf9bdb8d0b7c2c.zip
op-kernel-dev-964172359150ae034a73aecccabf9bdb8d0b7c2c.tar.gz
staging: vt6655: rxtx create new structure vnt_tx_short_buf_head for csBeacon_xmit
This is a merger of PSTxDataHead_ab and PSTxShortBufHead of which typedef struct tagSTxShortBufHead is removed. This is formed as fifo_ctl, time_stamp, struct vnt_phy_field, duration and time_stamp_off. Replacing stuctures in csBeacon_xmit and doing endian correction where necessary. Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6655/desc.h')
-rw-r--r--drivers/staging/vt6655/desc.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/staging/vt6655/desc.h b/drivers/staging/vt6655/desc.h
index 10bd564..b5730df9 100644
--- a/drivers/staging/vt6655/desc.h
+++ b/drivers/staging/vt6655/desc.h
@@ -483,13 +483,6 @@ typedef struct tagSTxBufHead {
STxBufHead, *PSTxBufHead;
typedef const STxBufHead *PCSTxBufHead;
-typedef struct tagSTxShortBufHead {
- unsigned short wFIFOCtl;
- unsigned short wTimeStamp;
-} __attribute__ ((__packed__))
-STxShortBufHead, *PSTxShortBufHead;
-typedef const STxShortBufHead *PCSTxShortBufHead;
-
//
// Tx data header
//
OpenPOWER on IntegriCloud