diff options
author | Johannes Berg <johannes.berg@intel.com> | 2012-07-23 13:12:51 (GMT) |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2012-07-31 14:18:58 (GMT) |
commit | 2d56577bc68e56097a1cd6599b678e8cab758e64 (patch) | |
tree | 5c736bf9b90c6bb3894d4051504baae466b701b0 /net/mac80211/ieee80211_i.h | |
parent | 6b77863b719a4e32909c218c0d5a83a14f4d98c5 (diff) | |
download | linux-2d56577bc68e56097a1cd6599b678e8cab758e64.tar.xz |
mac80211: use correct channel in TX
Since we only need the band, remove the channel
pointer from struct ieee80211_tx_data and also
assign it properly, depending on context, to the
correct operating or current channel.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index 0aaad02..d1a7c58 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h @@ -193,8 +193,6 @@ struct ieee80211_tx_data { struct sta_info *sta; struct ieee80211_key *key; - struct ieee80211_channel *channel; - unsigned int flags; }; |