From 010cc834d2245b77451b6da3d696c269eeb1c6d7 Mon Sep 17 00:00:00 2001 From: John Klug Date: Mon, 30 Apr 2018 11:57:57 -0500 Subject: Improve text documentation in scripts. --- recipes-kernel/rs9113/files/rf/uwf | 4 ++++ recipes-kernel/rs9113/files/rf/wf | 5 +++++ recipes-kernel/rs9113/files/rf/wfr | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) (limited to 'recipes-kernel/rs9113/files/rf') 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 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 diff --git a/recipes-kernel/rs9113/files/rf/wfr b/recipes-kernel/rs9113/files/rf/wfr index 9fe21bb..ad9619b 100755 --- a/recipes-kernel/rs9113/files/rf/wfr +++ b/recipes-kernel/rs9113/files/rf/wfr @@ -2,7 +2,7 @@ echo 'WiFi recieve' echo 'Parameter 1 is channel' echo 'Paramter 2 is width' -echo '0 is 20MHz, 6 is 40MHz' +echo '0 is 20MHz, 2 is upper 20 of 40, 4 is lower 20 of 40, 6 is 40MHz, 8 is 20KHz for 11J' export DRIVER_MODE=2 export COEX_MODE=1 /etc/init.d/rs9113 stop >/dev/null 2>&1 -- cgit v1.2.3