projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
beb2a7f
)
mac80211: add explicit padding in struct ieee80211_tx_info
author
John W. Linville
<linville@tuxdriver.com>
Wed, 12 Nov 2008 15:01:41 +0000
(10:01 -0500)
committer
John W. Linville
<linville@tuxdriver.com>
Fri, 21 Nov 2008 16:08:18 +0000
(11:08 -0500)
Otherwise, the BUILD_BUG_ON calls in ieee80211_tx_info_clear_status can
fail on some architectures.
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/net/mac80211.h
patch
|
blob
|
blame
|
history
diff --git
a/include/net/mac80211.h
b/include/net/mac80211.h
index 0dbbfc7b050907b176aac5d7e7506020e0b0c392..6a1d4ea18186486fcbfc80f58d4fdfdd08dabca5 100644
(file)
--- a/
include/net/mac80211.h
+++ b/
include/net/mac80211.h
@@
-341,6
+341,7
@@
struct ieee80211_tx_info {
u8 antenna_sel_tx;
/* 2 byte hole */
+ u8 pad[2];
union {
struct {