From b0f48bcc8a61cf620412202166d0d6947f3ba26e Mon Sep 17 00:00:00 2001 From: Eyal Shapira Date: Fri, 15 Jun 2012 13:32:11 +0300 Subject: nl80211: avoid using another interface for P2P GO (INTERNAL) Relevant for wl6/7 only, we need to figure out the wl8 MR case. We now declare iface combinations in wlcore due to cfg80211 enforcement of that. Since we declare support for concurrent STA and P2P_GO, wpa_s would like to use another interface for GO. However, since we don't really support P2P_GO so well in MR but we do want to enable it in MR, prevent wpa_s from using P2P concurrent mode. This should be removed once we support P2P_GO properly in MR. [Arik - should be changed to a configuration parameter to wpa_s, and the current default should be preserved] Signed-off-by: Eyal Shapira --- src/drivers/driver_nl80211.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/drivers/driver_nl80211.c b/src/drivers/driver_nl80211.c index a7e1659..a0145db 100644 --- a/src/drivers/driver_nl80211.c +++ b/src/drivers/driver_nl80211.c @@ -2510,7 +2510,6 @@ static int wiphy_info_handler(struct nl_msg *msg, void *arg) } if (combination_has_p2p && combination_has_mgd) { - p2p_concurrent = 1; break; } -- cgit v1.1