Re: ath9k and 16 VAP interfaces?
From: Sebastian Gottschall <hidden>
Date: 2018-07-31 09:24:23
for standard ath9k. (non htc) the following is just enough Index: init.c ===================================================================
--- init.c (revision 4145)
+++ init.c (working copy)@@ -735,7 +735,7 @@ static const struct ieee80211_iface_limit if_limits[] = { { .max = 2048, .types = BIT(NL80211_IFTYPE_STATION) }, - { .max = 8, .types = + { .max = 16, .types = #ifdef CPTCFG_MAC80211_MESH BIT(NL80211_IFTYPE_MESH_POINT) | #endif
but for sure i havent tested it Am 30.07.2018 um 22:04 schrieb Tom Psyborg:
this is how i enabled it on htc target: https://github.com/torvalds/linux/pull/574 On 30 July 2018 at 16:34, Ben Greear <greearb@candelatech.com <mailto:greearb@candelatech.com>> wrote: On 07/30/2018 04:13 AM, Matthias May wrote: On 30/07/18 11:40, michael-dev@fami-braun.de <mailto:michael-dev@fami-braun.de> wrote: Do you mean AP interfaces as required for multiple BSS/SSIDs? I'm running a patched ath9k to have hostapd run >8 BSS on a single radio. It works fine since years. Yes, I'd love to see any patches you can share on this as well. Thanks, Ben Regards, M. Braun Am 27. Juli 2018 15:35:28 MESZ schrieb Ben Greear <greearb@candelatech.com <mailto:greearb@candelatech.com>>: Hello, Has anyone tried making ath9k able to support 16 vAP interfaces on a single radio? I seem to recall that there were limitations regarding beacon timers and such, and that is why the current limit is 8? Thanks, Ben -- Ben Greear <greearb@candelatech.com <mailto:greearb@candelatech.com>> Candela Technologies Inc http://www.candelatech.com Are these patches available somewhere? I'm interested to play with them :) BR Matthias -- Ben Greear <greearb@candelatech.com <mailto:greearb@candelatech.com>> Candela Technologies Inc http://www.candelatech.com