diff options
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index acba78e1a5ca..785f6363a6fc 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -149,11 +149,6 @@ struct ieee80211_tx_data { | |||
149 | 149 | ||
150 | struct ieee80211_channel *channel; | 150 | struct ieee80211_channel *channel; |
151 | 151 | ||
152 | /* Extra fragments (in addition to the first fragment | ||
153 | * in skb) */ | ||
154 | struct sk_buff **extra_frag; | ||
155 | int num_extra_frag; | ||
156 | |||
157 | u16 ethertype; | 152 | u16 ethertype; |
158 | unsigned int flags; | 153 | unsigned int flags; |
159 | }; | 154 | }; |
@@ -191,8 +186,6 @@ struct ieee80211_rx_data { | |||
191 | 186 | ||
192 | struct ieee80211_tx_stored_packet { | 187 | struct ieee80211_tx_stored_packet { |
193 | struct sk_buff *skb; | 188 | struct sk_buff *skb; |
194 | struct sk_buff **extra_frag; | ||
195 | int num_extra_frag; | ||
196 | }; | 189 | }; |
197 | 190 | ||
198 | struct beacon_data { | 191 | struct beacon_data { |