diff options
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r-- | include/net/mac80211.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 05dbb9788504..4f693a5c54de 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -655,7 +655,9 @@ struct ieee80211_tx_info { | |||
655 | struct ieee80211_tx_rate rates[ | 655 | struct ieee80211_tx_rate rates[ |
656 | IEEE80211_TX_MAX_RATES]; | 656 | IEEE80211_TX_MAX_RATES]; |
657 | s8 rts_cts_rate_idx; | 657 | s8 rts_cts_rate_idx; |
658 | /* 3 bytes free */ | 658 | u8 use_rts:1; |
659 | u8 use_cts_prot:1; | ||
660 | /* 2 bytes free */ | ||
659 | }; | 661 | }; |
660 | /* only needed before rate control */ | 662 | /* only needed before rate control */ |
661 | unsigned long jiffies; | 663 | unsigned long jiffies; |