mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-01 11:28:09 +00:00
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:
Binary file not shown.
Binary file not shown.
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 -
|
||||
|
||||
|
||||
Reference in New Issue
Block a user