diff options
author | Harvey Harrison <harvey.harrison@gmail.com> | 2008-07-15 18:44:14 -0700 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-08-22 16:29:54 -0400 |
commit | a4b7d7bda566acaa65fbf767f65a83b3a8dc74b9 (patch) | |
tree | 6789fc604c1f8f81a1ea4f87b6761e5d85bf1d7f /net/mac80211/ieee80211_i.h | |
parent | 358c8d9d332230b14e130b78a6930996cdbf84c2 (diff) | |
download | op-kernel-dev-a4b7d7bda566acaa65fbf767f65a83b3a8dc74b9.zip op-kernel-dev-a4b7d7bda566acaa65fbf767f65a83b3a8dc74b9.tar.gz |
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>
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index a2870bc..978c3a0 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h @@ -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; |