mirror of https://gitee.com/openkylin/linux.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 <ronald645@gmail.com> Tested-by: Ronald <ronald645@gmail.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
d012a60510
commit
746a336582
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue