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

Commit 5082b823 authored by Luciano Coelho's avatar Luciano Coelho
Browse files

wl1271: remove deprecated __attribute__ ((packed))



One __attribute__ ((packed)) has been accidentally introduced in commit
be86cbea.  This patch changes it to __packed.

Signed-off-by: default avatarLuciano Coelho <luciano.coelho@nokia.com>
parent 644a4860
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -454,6 +454,6 @@ struct wl1271_cmd_set_sta_state {

	u8 state;
	u8 padding[3];
} __attribute__ ((packed));
} __packed;

#endif /* __WL1271_CMD_H__ */