Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH] cw1200:  Fix incorrect endianness annotation in a header field
@ 2013-07-20  4:02 Solomon Peachy
  2013-07-20  6:12 ` Kalle Valo
  0 siblings, 1 reply; 3+ messages in thread
From: Solomon Peachy @ 2013-07-20  4:02 UTC (permalink / raw)
  To: linux-wireless; +Cc: Solomon Peachy

Note that the driver doesn't directly use this field, but it should be
correctly defined in any case.

I'd like to see this in 3.11-rc

Signed-off-by: Solomon Peachy <pizza@shaftnet.org>
---
 drivers/net/wireless/cw1200/wsm.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/cw1200/wsm.h b/drivers/net/wireless/cw1200/wsm.h
index 7afc613..48086e8 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;
-- 
1.8.3.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-07-20 11:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-20  4:02 [PATCH] cw1200: Fix incorrect endianness annotation in a header field Solomon Peachy
2013-07-20  6:12 ` Kalle Valo
2013-07-20 11:55   ` Solomon Peachy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox