commit | 5bda617576e58c7213aef5ab90383f303727b5b1 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Mon Sep 08 11:05:10 2008 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Sep 11 15:53:35 2008 -0400 |
tree | 010bceb4b2d6f3a5c78e497a333eb64dac0f0473 | |
parent | fe3fa827314b877486c515a001c3e6f604f6f16f [diff] |
mac80211: BSS info: check channel first When we receive information about a BSS we check at some point whether or not we think we're allowed to use the channel it is on, but we do that fairly late. I don't think we should do it that late, so do it earlier to avoid doing IBSS/mesh stuff on that channel and then getting confused because it's disabled. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>