]> git.openfabrics.org - ~emulex/infiniband.git/commit
mac80211: set HT channel before association
authorJohannes Berg <johannes.berg@intel.com>
Wed, 28 Mar 2012 08:58:36 +0000 (10:58 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 10 Apr 2012 18:54:07 +0000 (14:54 -0400)
commit24398e39c8ee4a9d9123eed322b859ece4d16cac
tree28e054cd2feaf289bc4fbe279936d2d21ceaba5e
parent1d98fb122d8f0c33504576da4107bc807176be1d
mac80211: set HT channel before association

Changing the channel type during operation is
confusing to some drivers and will be hard to
handle in multi-channel scenarios. Instead of
changing the channel, set it to the right HT
channel before authenticating/associating and
don't change it -- just update the 20/40 MHz
restrictions in rate control as needed when
changed by the AP.

This also fixes a problem that Paul missed in
his fix for the "regulatory makes us deaf"
issue -- when we couldn't use 40 MHz we still
associated saying we were using 40 MHz, which
could in similarly broken APs make us never
even connect successfully.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Documentation/networking/mac80211-auth-assoc-deauth.txt
net/mac80211/ht.c
net/mac80211/ieee80211_i.h
net/mac80211/mlme.c