[PATCH] wcn36xx: remove leftovers from if combinations

Eugene Krasnikov k.eugene.e at gmail.com
Mon Aug 26 08:49:45 EDT 2013


wcn36xx does not support multiple interfaces so far.

Signed-off-by: Eugene Krasnikov <k.eugene.e at gmail.com>
---
 main.c | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/main.c b/main.c
index 2b262ee..0dd9771 100644
--- a/main.c
+++ b/main.c
@@ -161,18 +161,6 @@ static struct ieee80211_supported_band wcn_band_5ghz = {
 	}
 };
 
-static const struct ieee80211_iface_limit if_limits[] = {
-	{ .max = 2, .types = BIT(NL80211_IFTYPE_STATION) },
-	{ .max = 1, .types = BIT(NL80211_IFTYPE_AP) },
-};
-
-static const struct ieee80211_iface_combination if_comb = {
-	.limits = if_limits,
-	.n_limits = ARRAY_SIZE(if_limits),
-	.max_interfaces = 2,
-	.num_different_channels = 1,
-};
-
 #ifdef CONFIG_PM
 
 static const struct wiphy_wowlan_support wowlan_support = {
-- 
1.8.2.2




More information about the wcn36xx mailing list