diff options
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index ed0d9b35ae6f..a4cccd1b7d53 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -159,11 +159,11 @@ struct ieee80211_tx_data { | |||
159 | 159 | ||
160 | struct ieee80211_tx_control *control; | 160 | struct ieee80211_tx_control *control; |
161 | struct ieee80211_channel *channel; | 161 | struct ieee80211_channel *channel; |
162 | struct ieee80211_rate *rate; | 162 | s8 rate_idx; |
163 | /* use this rate (if set) for last fragment; rate can | 163 | /* use this rate (if set) for last fragment; rate can |
164 | * be set to lower rate for the first fragments, e.g., | 164 | * be set to lower rate for the first fragments, e.g., |
165 | * when using CTS protection with IEEE 802.11g. */ | 165 | * when using CTS protection with IEEE 802.11g. */ |
166 | struct ieee80211_rate *last_frag_rate; | 166 | s8 last_frag_rate_idx; |
167 | 167 | ||
168 | /* Extra fragments (in addition to the first fragment | 168 | /* Extra fragments (in addition to the first fragment |
169 | * in skb) */ | 169 | * in skb) */ |
@@ -225,9 +225,9 @@ struct ieee80211_tx_stored_packet { | |||
225 | struct ieee80211_tx_control control; | 225 | struct ieee80211_tx_control control; |
226 | struct sk_buff *skb; | 226 | struct sk_buff *skb; |
227 | struct sk_buff **extra_frag; | 227 | struct sk_buff **extra_frag; |
228 | struct ieee80211_rate *last_frag_rate; | 228 | s8 last_frag_rate_idx; |
229 | int num_extra_frag; | 229 | int num_extra_frag; |
230 | unsigned int last_frag_rate_ctrl_probe; | 230 | bool last_frag_rate_ctrl_probe; |
231 | }; | 231 | }; |
232 | 232 | ||
233 | struct beacon_data { | 233 | struct beacon_data { |