mwifiex: replace u16 with __le16 in struct mwifiex_types_power_group
[deliverable/linux.git] / drivers / net / wireless / mwifiex / fw.h
index f80f30b6160e7f4be38811198e76c245f26e08ca..c8385ec77a86af678b36cf28a5d7c2fa8448de84 100644 (file)
@@ -1020,8 +1020,8 @@ struct mwifiex_power_group {
 } __packed;
 
 struct mwifiex_types_power_group {
-       u16 type;
-       u16 length;
+       __le16 type;
+       __le16 length;
 } __packed;
 
 struct host_cmd_ds_txpwr_cfg {
This page took 0.025814 seconds and 5 git commands to generate.