diff options
author | John Klug <john.klug@multitech.com> | 2018-04-30 11:57:57 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2018-04-30 11:57:57 -0500 |
commit | 010cc834d2245b77451b6da3d696c269eeb1c6d7 (patch) | |
tree | 960a2d543bb5b9df8a73d0d62c68e4bb13798d6b | |
parent | 9562c7a91b582b13b0f4ec25979dcb22e21e9d39 (diff) | |
download | meta-multitech-010cc834d2245b77451b6da3d696c269eeb1c6d7.tar.gz meta-multitech-010cc834d2245b77451b6da3d696c269eeb1c6d7.tar.bz2 meta-multitech-010cc834d2245b77451b6da3d696c269eeb1c6d7.zip |
Improve text documentation in scripts.
-rwxr-xr-x | recipes-kernel/rs9113/files/rf/uwf | 4 | ||||
-rwxr-xr-x | recipes-kernel/rs9113/files/rf/wf | 5 | ||||
-rwxr-xr-x | recipes-kernel/rs9113/files/rf/wfr | 2 |
3 files changed, 10 insertions, 1 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 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 |