aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/wl12xx/wl1271_acx.h
diff options
context:
space:
mode:
authorLuciano Coelho <luciano.coelho@nokia.com>2010-07-09 07:10:58 -0400
committerJohn W. Linville <linville@tuxdriver.com>2010-07-12 16:05:31 -0400
commit72e93e9161a917017f6c3cac216d813088ec2d1f (patch)
tree11eabeaac988c36be0b1a2296324be744deb5da7 /drivers/net/wireless/wl12xx/wl1271_acx.h
parent1311843c58ca606bab8bfe4cf6c0fe50deb9986d (diff)
wl1271: use __packed annotation
This patch changes __attribute__ ((packed)) annotations to __packed in wl1271 code that was introduced in a recent patch in wireless-testing. Cc: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/wl1271_acx.h')
-rw-r--r--drivers/net/wireless/wl12xx/wl1271_acx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/wl12xx/wl1271_acx.h b/drivers/net/wireless/wl12xx/wl1271_acx.h
index d915683fb64..dc983907049 100644
--- a/drivers/net/wireless/wl12xx/wl1271_acx.h
+++ b/drivers/net/wireless/wl12xx/wl1271_acx.h
@@ -1002,7 +1002,7 @@ struct wl1271_acx_fw_tsf_information {
1002 __le32 last_tbtt_low; 1002 __le32 last_tbtt_low;
1003 u8 last_dtim_count; 1003 u8 last_dtim_count;
1004 u8 padding[3]; 1004 u8 padding[3];
1005} __attribute__ ((packed)); 1005} __packed;
1006 1006
1007enum { 1007enum {
1008 ACX_WAKE_UP_CONDITIONS = 0x0002, 1008 ACX_WAKE_UP_CONDITIONS = 0x0002,