diff options
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index 6f8756d26a93..fe4efdd4253d 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -142,7 +142,6 @@ typedef unsigned __bitwise__ ieee80211_tx_result; | |||
142 | #define IEEE80211_TX_FRAGMENTED BIT(0) | 142 | #define IEEE80211_TX_FRAGMENTED BIT(0) |
143 | #define IEEE80211_TX_UNICAST BIT(1) | 143 | #define IEEE80211_TX_UNICAST BIT(1) |
144 | #define IEEE80211_TX_PS_BUFFERED BIT(2) | 144 | #define IEEE80211_TX_PS_BUFFERED BIT(2) |
145 | #define IEEE80211_TX_PROBE_LAST_FRAG BIT(3) | ||
146 | 145 | ||
147 | struct ieee80211_tx_data { | 146 | struct ieee80211_tx_data { |
148 | struct sk_buff *skb; | 147 | struct sk_buff *skb; |
@@ -153,11 +152,6 @@ struct ieee80211_tx_data { | |||
153 | struct ieee80211_key *key; | 152 | struct ieee80211_key *key; |
154 | 153 | ||
155 | struct ieee80211_channel *channel; | 154 | struct ieee80211_channel *channel; |
156 | s8 rate_idx; | ||
157 | /* use this rate (if set) for last fragment; rate can | ||
158 | * be set to lower rate for the first fragments, e.g., | ||
159 | * when using CTS protection with IEEE 802.11g. */ | ||
160 | s8 last_frag_rate_idx; | ||
161 | 155 | ||
162 | /* Extra fragments (in addition to the first fragment | 156 | /* Extra fragments (in addition to the first fragment |
163 | * in skb) */ | 157 | * in skb) */ |
@@ -203,9 +197,7 @@ struct ieee80211_rx_data { | |||
203 | struct ieee80211_tx_stored_packet { | 197 | struct ieee80211_tx_stored_packet { |
204 | struct sk_buff *skb; | 198 | struct sk_buff *skb; |
205 | struct sk_buff **extra_frag; | 199 | struct sk_buff **extra_frag; |
206 | s8 last_frag_rate_idx; | ||
207 | int num_extra_frag; | 200 | int num_extra_frag; |
208 | bool last_frag_rate_ctrl_probe; | ||
209 | }; | 201 | }; |
210 | 202 | ||
211 | struct beacon_data { | 203 | struct beacon_data { |