summaryrefslogtreecommitdiff
path: root/recipes-kernel/rs9113/files/rf/wf
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/rs9113/files/rf/wf')
-rwxr-xr-xrecipes-kernel/rs9113/files/rf/wf5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-kernel/rs9113/files/rf/wf b/recipes-kernel/rs9113/files/rf/wf
index c7fdb00..f40454e 100755
--- a/recipes-kernel/rs9113/files/rf/wf
+++ b/recipes-kernel/rs9113/files/rf/wf
@@ -2,6 +2,11 @@
echo 'Optional 1st parameter is wifi channel'
echo '2nd parameter is rate 1,18,54 or other valid rate'
echo '3rd parameter is width, 0 for 20MHz, and 24 for 40MHz'
+echo '2nd parameter values: 1, 2, 5.5, 11, 6, 9, 12, 18, 24, 36, 48, 54,'
+echo ' mcs0, mcs1, mcs2, mcs3, mcs4, mcs5, mcs6,'
+echo ' and mcs7'
+echo '3rd parameter values:'
+echo '0 is 20MHz, 2 is upper 20 of 40, 4 is lower 20 of 40, 6 is 40MHz, 8 is 20KHz for 11J'
chan=8
if [[ -n $1 ]] ; then
chan=$1