diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/net/mac80211.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 1b8ed421feaa..c813fbf7d364 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -307,7 +307,7 @@ struct ieee80211_tx_rate { | |||
307 | s8 idx; | 307 | s8 idx; |
308 | u8 count; | 308 | u8 count; |
309 | u8 flags; | 309 | u8 flags; |
310 | }; | 310 | } __attribute__((packed)); |
311 | 311 | ||
312 | /** | 312 | /** |
313 | * struct ieee80211_tx_info - skb transmit information | 313 | * struct ieee80211_tx_info - skb transmit information |