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:
Luciano Coelho 2010-10-05 14:58:49 +03:00
parent 644a48607c
commit 5082b823f3

View file

@ -454,6 +454,6 @@ struct wl1271_cmd_set_sta_state {
u8 state;
u8 padding[3];
} __attribute__ ((packed));
} __packed;
#endif /* __WL1271_CMD_H__ */