Commit f291f7de authored by Solomon Peachy's avatar Solomon Peachy Committed by John W. Linville
Browse files

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: default avatarSolomon Peachy <pizza@shaftnet.org>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 70e89a71
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;