|
@@ -644,13 +644,13 @@ static void ath9k_init_txpower_limits(struct ath_softc *sc)
|
|
|
|
|
|
|
|
static const struct ieee80211_iface_limit if_limits[] = {
|
|
static const struct ieee80211_iface_limit if_limits[] = {
|
|
|
{ .max = 2048, .types = BIT(NL80211_IFTYPE_STATION) |
|
|
{ .max = 2048, .types = BIT(NL80211_IFTYPE_STATION) |
|
|
|
- BIT(NL80211_IFTYPE_P2P_CLIENT) |
|
|
|
|
|
BIT(NL80211_IFTYPE_WDS) },
|
|
BIT(NL80211_IFTYPE_WDS) },
|
|
|
{ .max = 8, .types =
|
|
{ .max = 8, .types =
|
|
|
#ifdef CONFIG_MAC80211_MESH
|
|
#ifdef CONFIG_MAC80211_MESH
|
|
|
BIT(NL80211_IFTYPE_MESH_POINT) |
|
|
BIT(NL80211_IFTYPE_MESH_POINT) |
|
|
|
#endif
|
|
#endif
|
|
|
- BIT(NL80211_IFTYPE_AP) |
|
|
|
|
|
|
|
+ BIT(NL80211_IFTYPE_AP) },
|
|
|
|
|
+ { .max = 1, .types = BIT(NL80211_IFTYPE_P2P_CLIENT) |
|
|
|
BIT(NL80211_IFTYPE_P2P_GO) },
|
|
BIT(NL80211_IFTYPE_P2P_GO) },
|
|
|
};
|
|
};
|
|
|
|
|
|