]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: fix managed mode channel context use
authorJohannes Berg <johannes.berg@intel.com>
Thu, 7 Feb 2013 19:54:51 +0000 (20:54 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 7 Feb 2013 19:56:01 +0000 (20:56 +0100)
commitdc6025330147ee53eafafb77206b8f027802c874
tree82b15f2a30749369f7f08c5ec87261567ea30b35
parentf3feca0c69029f713a0d5c244ea0f5c62879c3ab
mac80211: fix managed mode channel context use

My commit 8aea1c1b1262785a85ed9c20af17f2304e023b79
("mac80211: support VHT association") introduced a
very stupid bug: the loop to downgrade the channel
width never attempted to actually use it again so
it would downgrade all the way to 20_NOHT. Fix it.

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