diff options
author | John Klug <john.klug@multitech.com> | 2019-05-07 12:22:53 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-05-07 12:22:53 -0500 |
commit | bb574055837dcbe60f0d12a5f71aeb3d7f861c8c (patch) | |
tree | 7c1efa3539826d0bac24dadae0de0432886c5eda /recipes-kernel/rs9113/files/rf | |
parent | 2674d4eee0398e6216e5e735a3c99a3d3e57c41f (diff) | |
download | meta-multitech-atmel-bb574055837dcbe60f0d12a5f71aeb3d7f861c8c.tar.gz meta-multitech-atmel-bb574055837dcbe60f0d12a5f71aeb3d7f861c8c.tar.bz2 meta-multitech-atmel-bb574055837dcbe60f0d12a5f71aeb3d7f861c8c.zip |
rs9113 1.6.1 requires a base_interface name for the transmit command
Diffstat (limited to 'recipes-kernel/rs9113/files/rf')
-rwxr-xr-x | recipes-kernel/rs9113/files/rf/uwf | 2 | ||||
-rwxr-xr-x | recipes-kernel/rs9113/files/rf/wf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/rs9113/files/rf/uwf b/recipes-kernel/rs9113/files/rf/uwf index 0c1e32c..f6276da 100755 --- a/recipes-kernel/rs9113/files/rf/uwf +++ b/recipes-kernel/rs9113/files/rf/uwf @@ -31,7 +31,7 @@ echo "Use antenna port 2" set -x sleep 2 /opt/rs9113/onebox_util rpine0 ant_sel 2 -/opt/rs9113/transmit 127 $rate 1536 1 $chan 0 $flag 0 0 0 255 +/opt/rs9113/transmit rpine0 127 $rate 1536 1 $chan 0 $flag 0 0 0 255 set +x sleep 10 echo Bring up unmodulated signal diff --git a/recipes-kernel/rs9113/files/rf/wf b/recipes-kernel/rs9113/files/rf/wf index f40454e..f16bec0 100755 --- a/recipes-kernel/rs9113/files/rf/wf +++ b/recipes-kernel/rs9113/files/rf/wf @@ -29,4 +29,4 @@ echo "Using channel WiFi $chan BT $btchan" set -x echo chan $chan /opt/rs9113/onebox_util rpine0 ant_sel 2 -/opt/rs9113/transmit 127 $rate 1536 1 $chan 0 $flag 0 0 0 255 +/opt/rs9113/transmit rpine0 127 $rate 1536 1 $chan 0 $flag 0 0 0 255 |