From bb574055837dcbe60f0d12a5f71aeb3d7f861c8c Mon Sep 17 00:00:00 2001 From: John Klug Date: Tue, 7 May 2019 12:22:53 -0500 Subject: rs9113 1.6.1 requires a base_interface name for the transmit command --- recipes-kernel/rs9113/files/rf/uwf | 2 +- recipes-kernel/rs9113/files/rf/wf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-kernel/rs9113/files/rf') 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 -- cgit v1.2.3