From 999dce5a071ff576b8f871ae6b18af80f48ef4ae Mon Sep 17 00:00:00 2001 From: Patrick Walther Date: Tue, 28 Mar 2023 18:18:05 +0200 Subject: [PATCH] FIX: [ti-calibrator-wl18xx] wgod-ng: get -p parameter for output power working BugzId: 82736 --- .../ti-calibrator-wl18xx/ti-calibrator-wl18xx/wgod-ng | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-testing/ti-calibrator-wl18xx/ti-calibrator-wl18xx/wgod-ng b/recipes-testing/ti-calibrator-wl18xx/ti-calibrator-wl18xx/wgod-ng index bc1fb1b..aba823c 100644 --- a/recipes-testing/ti-calibrator-wl18xx/ti-calibrator-wl18xx/wgod-ng +++ b/recipes-testing/ti-calibrator-wl18xx/ti-calibrator-wl18xx/wgod-ng @@ -162,7 +162,7 @@ if [ $# -le 0 ]; then usage fi -while getopts a:b:c:d:g:hi:r:s:t: OPT; do +while getopts a:b:c:d:g:hi:r:p:s:t: OPT; do case $OPT in a) W_ANTENNA=$OPTARG;; b) W_BANDWIDTH=$OPTARG;;