aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ieee80211_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r--net/mac80211/ieee80211_i.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h
index a2870bc245d9..978c3a03ea57 100644
--- a/net/mac80211/ieee80211_i.h
+++ b/net/mac80211/ieee80211_i.h
@@ -172,7 +172,7 @@ struct ieee80211_tx_data {
172 struct sk_buff **extra_frag; 172 struct sk_buff **extra_frag;
173 int num_extra_frag; 173 int num_extra_frag;
174 174
175 u16 fc, ethertype; 175 u16 ethertype;
176 unsigned int flags; 176 unsigned int flags;
177}; 177};
178 178
@@ -200,7 +200,7 @@ struct ieee80211_rx_data {
200 struct ieee80211_rx_status *status; 200 struct ieee80211_rx_status *status;
201 struct ieee80211_rate *rate; 201 struct ieee80211_rate *rate;
202 202
203 u16 fc, ethertype; 203 u16 ethertype;
204 unsigned int flags; 204 unsigned int flags;
205 int sent_ps_buffered; 205 int sent_ps_buffered;
206 int queue; 206 int queue;