Commit 62727101 authored by John W. Linville's avatar John W. Linville

mac80211: add explicit padding in struct ieee80211_tx_info

Otherwise, the BUILD_BUG_ON calls in ieee80211_tx_info_clear_status can
fail on some architectures.
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent beb2a7f3
...@@ -341,6 +341,7 @@ struct ieee80211_tx_info { ...@@ -341,6 +341,7 @@ struct ieee80211_tx_info {
u8 antenna_sel_tx; u8 antenna_sel_tx;
/* 2 byte hole */ /* 2 byte hole */
u8 pad[2];
union { union {
struct { struct {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment