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:
committed by
John W. Linville
parent
358c8d9d33
commit
a4b7d7bda5
@ -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;
|
||||
|
Reference in New Issue
Block a user