From: Johannes Berg Date: Mon, 22 Oct 2012 13:20:53 +0000 (+0200) Subject: mac80211: fix WDS channel context test X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=746a336582a7e05082ab4efbb43f5357858f629a;p=linux-beck.git mac80211: fix WDS channel context test WDS is (currently) not allowed when channel contexts are *supported*, not when they're *not* supported. Fix the inverted test. Reported-by: Ronald Tested-by: Ronald Signed-off-by: Johannes Berg --- diff --git a/net/mac80211/main.c b/net/mac80211/main.c index c42094be2f0b..fd8345c20051 100644 --- a/net/mac80211/main.c +++ b/net/mac80211/main.c @@ -751,7 +751,7 @@ int ieee80211_register_hw(struct ieee80211_hw *hw) if (comb->num_different_channels > 1) return -EINVAL; } - + } else { /* * WDS is currently prohibited when channel contexts are used * because there's no clear definition of which channel WDS