Add trimmed + htt-mgt firmware images to overlay directory.

And update fwcfg to support 200 stations on 9888, 162 on the other
two 4019 radios.
This commit is contained in:
Ben Greear
2020-04-24 09:46:28 -07:00
parent 41e52a595c
commit 26ae5e5f37
6 changed files with 19 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
vdevs = 2
peers = 102
active_peers = 102
stations = 102
vdevs = 8
peers = 162
active_peers = 162
stations = 162
rate_ctrl_objs = 7
regdom = 840
#fwname = firmware-5-htt-mgt-b.bin
@@ -10,6 +10,7 @@ nohwcrypt = 0
ct_sta_mode = 0
tx_desc = 2000
#max_nss = 3
tids = 256
tids = 260
skid_limit = 360
max_amsdus = 3

View File

@@ -1,7 +1,7 @@
vdevs = 2
peers = 102
active_peers = 102
stations = 102
vdevs = 8
peers = 162
active_peers = 162
stations = 162
rate_ctrl_objs = 7
regdom = 840
#fwname = firmware-5-htt-mgt-b.bin
@@ -10,7 +10,7 @@ nohwcrypt = 0
ct_sta_mode = 0
tx_desc = 2000
#max_nss = 3
tids = 256
tids = 260
skid_limit = 360
max_amsdus = 3

View File

@@ -1,8 +1,8 @@
# For 9888
vdevs = 2
peers = 170
active_peers = 170
stations = 170
# 9888 chip
vdevs = 8
peers = 202
active_peers = 202
stations = 202
rate_ctrl_objs = 7
regdom = 840
#fwname = firmware-5-htt-mgt-b.bin
@@ -11,7 +11,6 @@ nohwcrypt = 0
ct_sta_mode = 0
tx_desc = 2200
#max_nss = 3
tids = 356
tids = 450
skid_limit = 360
max_amsdus = 3

View File

@@ -29,11 +29,11 @@ export RSLTS_DIR
rm -fr $RSLTS_DIR
# Run one test
DEFAULT_ENABLE=0 DO_SHORT_AP_STABILITY_RESET=1 ./basic_regression.bash
# DEFAULT_ENABLE=0 DO_SHORT_AP_STABILITY_RESET=1 ./basic_regression.bash
# Run all tests
#./basic_regression.bash
./basic_regression.bash
cd -