summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2019-05-07 12:22:53 -0500
committerJohn Klug <john.klug@multitech.com>2019-07-03 11:22:01 -0500
commitae0be688a6b900066c1487b61a8016f838de9b7c (patch)
tree7c1efa3539826d0bac24dadae0de0432886c5eda
parent63bed5ad9651b0e98de0a40784718507275e53c9 (diff)
downloadmeta-multitech-ae0be688a6b900066c1487b61a8016f838de9b7c.tar.gz
meta-multitech-ae0be688a6b900066c1487b61a8016f838de9b7c.tar.bz2
meta-multitech-ae0be688a6b900066c1487b61a8016f838de9b7c.zip
rs9113 1.6.1 requires a base_interface name for the transmit command
-rwxr-xr-xrecipes-kernel/rs9113/files/rf/uwf2
-rwxr-xr-xrecipes-kernel/rs9113/files/rf/wf2
-rw-r--r--recipes-kernel/rs9113/rs9113rf.inc2
3 files changed, 3 insertions, 3 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
diff --git a/recipes-kernel/rs9113/rs9113rf.inc b/recipes-kernel/rs9113/rs9113rf.inc
index ce8b7fc..27db0f9 100644
--- a/recipes-kernel/rs9113/rs9113rf.inc
+++ b/recipes-kernel/rs9113/rs9113rf.inc
@@ -2,7 +2,7 @@ DESCRIPTION = "Immunity testing for rs9113"
SECTION = "base"
PRIORITY = "optional"
LICENSE = "GPLv2+"
-PR = "r1"
+PR = "r2"
inherit allarch
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
SRC_URI = " \