summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/rxtx.h
diff options
context:
space:
mode:
authorMalcolm Priestley <tvboxspy@gmail.com>2014-03-22 09:01:29 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-04-18 16:05:29 -0700
commitfad8e4aeac9d085e020241b30bde0197ae821f0a (patch)
tree2fc2335ec7a9cede658e32122c8a3f02f0d8bd58 /drivers/staging/vt6656/rxtx.h
parentca3475968a6fc0a648bf642ac7a976be777c4a37 (diff)
downloadop-kernel-dev-fad8e4aeac9d085e020241b30bde0197ae821f0a.zip
op-kernel-dev-fad8e4aeac9d085e020241b30bde0197ae821f0a.tar.gz
staging : vt6656: rxtx struct vnt_beacon_buffer Replace wTxByteCount
Replace with tx_byte_count with base type __le16 Provide endian correction in csBeacon_xmit of cbReqCount Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6656/rxtx.h')
-rw-r--r--drivers/staging/vt6656/rxtx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vt6656/rxtx.h b/drivers/staging/vt6656/rxtx.h
index 0233761..779c672 100644
--- a/drivers/staging/vt6656/rxtx.h
+++ b/drivers/staging/vt6656/rxtx.h
@@ -241,7 +241,7 @@ struct vnt_tx_short_buf_head {
struct vnt_beacon_buffer {
u8 byType;
u8 byPKTNO;
- u16 wTxByteCount;
+ __le16 tx_byte_count;
struct vnt_tx_short_buf_head short_head;
struct ieee80211_hdr hdr;
} __packed;
OpenPOWER on IntegriCloud