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

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
......@@ -454,6 +454,6 @@ struct wl1271_cmd_set_sta_state {
u8 state;
u8 padding[3];
} __attribute__ ((packed));
} __packed;
#endif /* __WL1271_CMD_H__ */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment