From: Simon Wunderlich <siwu@xxxxxxxxxxxxxxxxxx> The concept of clearing a DFS channel with a CAC and open it for transmission is not yet supported by the channel framework. This patch is required to temporary remove the additional consideration of the flags that are anyhow superposed by the DFS flag. Signed-off-by: Simon Wunderlich <siwu@xxxxxxxxxxxxxxxxxx> Signed-off-by: Zefir Kurtisi <zefir.kurtisi@xxxxxxxxxxx> --- net/wireless/chan.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net/wireless/chan.c b/net/wireless/chan.c index fd556ac..16d0ee7 100644 --- a/net/wireless/chan.c +++ b/net/wireless/chan.c @@ -425,8 +425,8 @@ bool cfg80211_reg_can_beacon(struct wiphy *wiphy, res = cfg80211_chandef_usable(wiphy, chandef, IEEE80211_CHAN_DISABLED | - IEEE80211_CHAN_PASSIVE_SCAN | - IEEE80211_CHAN_NO_IBSS | +// IEEE80211_CHAN_PASSIVE_SCAN | +// IEEE80211_CHAN_NO_IBSS | IEEE80211_CHAN_RADAR); trace_cfg80211_return_bool(res); -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html