Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cecb43c7 authored by Johannes Berg's avatar Johannes Berg Committed by Luca Coelho
Browse files

iwlwifi: mvm: use __le16 even for reserved fields

parent 40e07545
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -569,7 +569,7 @@ struct iwl_mvm_pm_state_notification {
	u8 sta_id;
	u8 type;
	/* private: */
	u16 reserved;
	__le16 reserved;
} __packed; /* PEER_PM_NTFY_API_S_VER_1 */

#endif /* __fw_api_rx_h__ */