projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70e89a7
)
cw1200: Fix incorrect endianness annotation in a header field
author
Solomon Peachy
<pizza@shaftnet.org>
Sat, 20 Jul 2013 04:02:25 +0000
(
00:02
-0400)
committer
John W. Linville
<linville@tuxdriver.com>
Mon, 22 Jul 2013 20:54:44 +0000
(16:54 -0400)
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>
drivers/net/wireless/cw1200/wsm.h
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/cw1200/wsm.h
b/drivers/net/wireless/cw1200/wsm.h
index 7afc613c37068cd23eced45680bfdfc3bc8635c0..48086e849515bfe43815971e1d4586c57e4c6ed6 100644
(file)
--- 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. */
-
u
32 expire_time;
+
__le
32 expire_time;
/* WSM_HT_TX_... */
__le32 ht_tx_parameters;