iwlwifi: mvm: Update the supported interface combinations
[deliverable/linux.git] / drivers / net / wireless / iwlwifi / mvm / mac80211.c
index 1767a8849591666bfcff6fadce40cc038d8f7688..f091cf24b96c74daab58668f5433948a97baaab5 100644 (file)
 static const struct ieee80211_iface_limit iwl_mvm_limits[] = {
        {
                .max = 1,
-               .types = BIT(NL80211_IFTYPE_STATION) |
-                       BIT(NL80211_IFTYPE_AP),
+               .types = BIT(NL80211_IFTYPE_STATION),
        },
        {
                .max = 1,
-               .types = BIT(NL80211_IFTYPE_P2P_CLIENT) |
+               .types = BIT(NL80211_IFTYPE_AP) |
+                       BIT(NL80211_IFTYPE_P2P_CLIENT) |
                        BIT(NL80211_IFTYPE_P2P_GO),
        },
        {
This page took 0.024367 seconds and 5 git commands to generate.