mac80211: remove tx_data ethertype

It's set, but never used, so kill it.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Johannes Berg
2011-10-07 14:01:24 +02:00
committed by John W. Linville
parent 5d9cf4a5d7
commit 68f2b517bc
2 changed files with 1 additions and 7 deletions

View File

@ -149,7 +149,6 @@ struct ieee80211_tx_data {
struct ieee80211_channel *channel;
u16 ethertype;
unsigned int flags;
};