wl1271: remove deprecated __attribute__ ((packed))
One __attribute__ ((packed)) has been accidentally introduced in commit
be86cbea1e
. This patch changes it to __packed.
Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com>
This commit is contained in:
parent
644a48607c
commit
5082b823f3
@ -454,6 +454,6 @@ struct wl1271_cmd_set_sta_state {
|
||||
|
||||
u8 state;
|
||||
u8 padding[3];
|
||||
} __attribute__ ((packed));
|
||||
} __packed;
|
||||
|
||||
#endif /* __WL1271_CMD_H__ */
|
||||
|
Loading…
Reference in New Issue
Block a user