summaryrefslogtreecommitdiffstats
path: root/kernel/net/mac80211/sta_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/net/mac80211/sta_info.h')
-rw-r--r--kernel/net/mac80211/sta_info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/net/mac80211/sta_info.h b/kernel/net/mac80211/sta_info.h
index 2cafb21b4..15b015028 100644
--- a/kernel/net/mac80211/sta_info.h
+++ b/kernel/net/mac80211/sta_info.h
@@ -269,7 +269,7 @@ struct ieee80211_fast_tx {
u8 sa_offs, da_offs, pn_offs;
u8 band;
u8 hdr[30 + 2 + IEEE80211_FAST_XMIT_MAX_IV +
- sizeof(rfc1042_header)];
+ sizeof(rfc1042_header)] __aligned(2);
struct rcu_head rcu_head;
};