Skip to content

Commit

Permalink
wl1271: remove deprecated __attribute__ ((packed))
Browse files Browse the repository at this point in the history
One __attribute__ ((packed)) has been accidentally introduced in commit
be86cbe.  This patch changes it to __packed.

Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com>
  • Loading branch information
Luciano Coelho committed Oct 5, 2010
1 parent 644a486 commit 5082b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/wl12xx/wl1271_cmd.h
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,6 @@ struct wl1271_cmd_set_sta_state {

u8 state;
u8 padding[3];
} __attribute__ ((packed));
} __packed;

#endif /* __WL1271_CMD_H__ */

0 comments on commit 5082b82

Please sign in to comment.