[PATCH 2/2] ath10k: extend number of AP interfaces for 10.X firmware
Bartosz Markowski
bartosz.markowski at tieto.com
Fri Oct 18 06:07:58 EDT 2013
This firmware can support up to 8 AP interfaces.
Signed-off-by: Bartosz Markowski <bartosz.markowski at tieto.com>
---
drivers/net/wireless/ath/ath10k/mac.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/wireless/ath/ath10k/mac.c b/drivers/net/wireless/ath/ath10k/mac.c
index af046c4..dc65dcd 100644
--- a/drivers/net/wireless/ath/ath10k/mac.c
+++ b/drivers/net/wireless/ath/ath10k/mac.c
@@ -3255,7 +3255,7 @@ static const struct ieee80211_iface_limit ath10k_10x_if_limits[] = {
.types = BIT(NL80211_IFTYPE_STATION)
},
{
- .max = 7,
+ .max = 8,
.types = BIT(NL80211_IFTYPE_AP)
},
};
--
1.7.10
More information about the ath10k
mailing list