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 /recipes-kernel/rs9113/files/rf/wf | |
| parent | 9562c7a91b582b13b0f4ec25979dcb22e21e9d39 (diff) | |
| download | meta-multitech-atmel-010cc834d2245b77451b6da3d696c269eeb1c6d7.tar.gz meta-multitech-atmel-010cc834d2245b77451b6da3d696c269eeb1c6d7.tar.bz2 meta-multitech-atmel-010cc834d2245b77451b6da3d696c269eeb1c6d7.zip | |
Improve text documentation in scripts.
Diffstat (limited to 'recipes-kernel/rs9113/files/rf/wf')
| -rwxr-xr-x | recipes-kernel/rs9113/files/rf/wf | 5 |
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 |
