]> 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)
commit3cfc75a122f8d084a6f363f5665e9caa61aaf27c
tree82b15f2a30749369f7f08c5ec87261567ea30b35
parenta9c1ffccf19eb4d540bb5091b9f29e99d1bea442
mac80211: fix managed mode channel context use

My commit 03ddca73962cf1c3a2e41a88c3ba0d3f5c4de10a
("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