A painfully slow bug hunt lead to the fact that edge-core 5410-L EU
variant has radios that hang when the driver sets the regulatory domain
to USA.
So, stop overriding regulatory domain by default. If a user wants to
do this on a platform, it can be changed on their specific platform.
While at it, increase tx buffers for 9984 a bit since we have some
extra RAM to spare. This will help scale high tx speed with lots of
stations associated since there is more buffer space to build larger ampdus.
Signed-off-by: Ben Greear <greearb@candelatech.com>
Rick noticed I had a typo in previous commit, which caused 16 vdevs
to be allocated instead of 8. Fix this to be back to 8 as intended,
and now we can increase stations-per-radio to 147 again.
Signed-off-by: Ben Greear <greearb@candelatech.com>
This rebalances the 4019 firmware memory usage so it can support
more TIDs. This should fix the crash seen in CICD stress tests
of the ea3800 platform. Bug would have shown on other 4019 radio
testbeds as well if tested to same level as we test ea8300.
Signed-off-by: Ben Greear <greearb@candelatech.com>