commit | e76781e48f969e044d318485274b9574f1ccc3dd | [log] [tgz] |
---|---|---|
author | Thomas Pedersen <thomas@cozybit.com> | Wed Apr 18 19:24:13 2012 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Apr 23 15:34:07 2012 -0400 |
tree | 4d1e496a3a466aa73a620ec54bbb309d5ffe0e6f | |
parent | f743ff4907fa5bc2b460f48ace831a560806a9fb [diff] |
mac80211: don't set mesh peer ht caps if ht disabled Blindly setting ht caps on a mesh peer's station entry would result in MCS rates being used by the rate control algorithm even if no ht had been configured. Fix this by checking the channel type before assigning ht capabilites. Signed-off-by: Thomas Pedersen <thomas@cozybit.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>