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 <[email protected] <mailto:[email protected]>> wrote:



    On 07/30/2018 04:13 AM, Matthias May wrote:

        On 30/07/18 11:40, [email protected]
        <mailto:[email protected]> 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
            <[email protected] <mailto:[email protected]>>:

                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 <[email protected]
                <mailto:[email protected]>>
                Candela Technologies Inc http://www.candelatech.com



        Are these patches available somewhere?
        I'm interested to play with them :)

        BR
        Matthias


-- Ben Greear <[email protected] <mailto:[email protected]>>
    Candela Technologies Inc http://www.candelatech.com



Reply via email to