]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mac80211: clean up channel use in ieee80211_config_ht_tx
authorJohannes Berg <johannes.berg@intel.com>
Fri, 8 Feb 2013 12:15:55 +0000 (13:15 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 15 Feb 2013 08:41:35 +0000 (09:41 +0100)
commitf2d9330ee820b01e2b1caf46370bc7963d259908
tree3260e8a0a10ff4ee8192018abfaba8a766251da2
parent08e6effa1187cc5f401a1cc286ce84f0a581b35a
mac80211: clean up channel use in ieee80211_config_ht_tx

The channel use is confusing, some uses the channel
context and some the bss_conf.chandef. The latter is
fine, so get rid of the channel context part.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/mlme.c