mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-05 14:17:43 +00:00
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>
This commit is contained in:
parent
70e89a71c8
commit
f291f7deee
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue