summaryrefslogtreecommitdiff
path: root/recipes-kernel/rs9113/files/rf/uwf
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/rs9113/files/rf/uwf')
-rwxr-xr-xrecipes-kernel/rs9113/files/rf/uwf4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-kernel/rs9113/files/rf/uwf b/recipes-kernel/rs9113/files/rf/uwf
index b93649e..0c1e32c 100755
--- a/recipes-kernel/rs9113/files/rf/uwf
+++ b/recipes-kernel/rs9113/files/rf/uwf
@@ -2,6 +2,10 @@
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 '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