diff options
author | Luciano Coelho <luciano.coelho@nokia.com> | 2010-10-05 07:58:49 -0400 |
---|---|---|
committer | Luciano Coelho <luciano.coelho@nokia.com> | 2010-10-05 09:27:53 -0400 |
commit | 5082b823f3b0c781fdbc52910af579e940f6f18e (patch) | |
tree | 75c7ec2836836d78ad4fcd361e2043c733696411 /drivers/net/wireless/wl12xx | |
parent | 644a48607cd40954b6fb095b39a3ccaa0204191e (diff) |
wl1271: remove deprecated __attribute__ ((packed))
One __attribute__ ((packed)) has been accidentally introduced in commit
be86cbea1e9c3a4dd8faedcfa327495d09fe3531. This patch changes it to __packed.
Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx')
-rw-r--r-- | drivers/net/wireless/wl12xx/wl1271_cmd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/wl12xx/wl1271_cmd.h b/drivers/net/wireless/wl12xx/wl1271_cmd.h index ed80bec1aea4..a0caf4fc37b1 100644 --- a/drivers/net/wireless/wl12xx/wl1271_cmd.h +++ b/drivers/net/wireless/wl12xx/wl1271_cmd.h | |||
@@ -454,6 +454,6 @@ struct wl1271_cmd_set_sta_state { | |||
454 | 454 | ||
455 | u8 state; | 455 | u8 state; |
456 | u8 padding[3]; | 456 | u8 padding[3]; |
457 | } __attribute__ ((packed)); | 457 | } __packed; |
458 | 458 | ||
459 | #endif /* __WL1271_CMD_H__ */ | 459 | #endif /* __WL1271_CMD_H__ */ |