[PATCH 08/11] wcn36xx: Support only one iface

Eugene Krasnikov k.eugene.e at gmail.com
Thu Aug 22 04:46:01 EDT 2013


wcn36xx is supporting only one interface so far.
Do not announce iface combinations.

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

diff --git a/main.c b/main.c
index ab0b284..73321ea 100644
--- a/main.c
+++ b/main.c
@@ -846,9 +846,6 @@ static int wcn36xx_init_ieee80211(struct wcn36xx *wcn)
 		BIT(NL80211_IFTYPE_ADHOC) |
 		BIT(NL80211_IFTYPE_MESH_POINT);
 
-	wcn->hw->wiphy->iface_combinations = &if_comb;
-	wcn->hw->wiphy->n_iface_combinations = 1;
-
 	wcn->hw->wiphy->bands[IEEE80211_BAND_2GHZ] = &wcn_band_2ghz;
 	wcn->hw->wiphy->bands[IEEE80211_BAND_5GHZ] = &wcn_band_5ghz;
 
-- 
1.8.2.2




More information about the wcn36xx mailing list