summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/cw1200
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2013-07-20 00:02:25 -0400
committerJohn W. Linville <linville@tuxdriver.com>2013-07-22 16:54:44 -0400
commitf291f7deeeef84bd113ff3c309862a888e8f181b (patch)
tree4c00c7cdad20c9b4d426f54a9db2b96c42252f95 /drivers/net/wireless/cw1200
parent70e89a71c83b1937f1662429b255cf21e51aecea (diff)
cw1200: Fix incorrect endianness annotation in a header field
Note that the driver doesn't directly use this field, but it should be correctly defined in any case. Signed-off-by: Solomon Peachy <pizza@shaftnet.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/cw1200')
-rw-r--r--drivers/net/wireless/cw1200/wsm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/cw1200/wsm.h b/drivers/net/wireless/cw1200/wsm.h
index 7afc613c3706..48086e849515 100644
--- a/drivers/net/wireless/cw1200/wsm.h
+++ b/drivers/net/wireless/cw1200/wsm.h
@@ -832,7 +832,7 @@ struct wsm_tx {
/* the MSDU shall be terminated. Overrides the global */
/* dot11MaxTransmitMsduLifeTime setting [optional] */
/* Device will set the default value if this is 0. */
- u32 expire_time;
+ __le32 expire_time;
/* WSM_HT_TX_... */
__le32 ht_tx_parameters;