提交 5082b823 编写于 作者: L 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: NLuciano Coelho <luciano.coelho@nokia.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册