DORMANTno replies

[PATCH] cfg80211: ignore channel state for stopped AP interfaces

From: Felix Fietkau <hidden>
Date: 2012-07-12 14:05:33
Subsystem: 802.11 (including cfg80211/nl80211), the rest · Maintainers: Johannes Berg, Linus Torvalds

Without this change, running AP + station on the same wiphy does not work
since the commit "cfg80211: add channel checking for iface combinations".
The stopped AP prevents the client from connecting to an AP on a different
channel.

Signed-off-by: Felix Fietkau <redacted>
---
 net/wireless/chan.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/net/wireless/chan.c b/net/wireless/chan.c
index 434c56b..0840d38 100644
--- a/net/wireless/chan.c
+++ b/net/wireless/chan.c
@@ -137,8 +137,10 @@ cfg80211_get_chan_state(struct cfg80211_registered_device *rdev,
 	case NL80211_IFTYPE_AP:
 	case NL80211_IFTYPE_P2P_GO:
 	case NL80211_IFTYPE_MESH_POINT:
-		*chan = wdev->channel;
-		*chanmode = CHAN_MODE_SHARED;
+		if (wdev->beacon_interval) {
+			*chan = wdev->channel;
+			*chanmode = CHAN_MODE_SHARED;
+		}
 		return;
 	case NL80211_IFTYPE_MONITOR:
 	case NL80211_IFTYPE_AP_VLAN:
-- 
1.7.3.2
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help