mac80211: remove rx/tx_data->fc member

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Harvey Harrison
2008-07-15 18:44:14 -07:00
committed by John W. Linville
parent 358c8d9d33
commit a4b7d7bda5
3 changed files with 4 additions and 9 deletions

View File

@ -172,7 +172,7 @@ struct ieee80211_tx_data {
struct sk_buff **extra_frag;
int num_extra_frag;
u16 fc, ethertype;
u16 ethertype;
unsigned int flags;
};
@ -200,7 +200,7 @@ struct ieee80211_rx_data {
struct ieee80211_rx_status *status;
struct ieee80211_rate *rate;
u16 fc, ethertype;
u16 ethertype;
unsigned int flags;
int sent_ps_buffered;
int queue;