From: Johannes Berg Date: Mon, 8 Sep 2008 09:05:10 +0000 (+0200) Subject: mac80211: BSS info: check channel first X-Git-Tag: v2.6.28-rc1~717^2~292^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bda617576e58c7213aef5ab90383f303727b5b1;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed