From 66f856814e518c825d262b509ec5feb120f7fea7 Mon Sep 17 00:00:00 2001 From: John Klug Date: Wed, 14 Dec 2022 16:38:59 -0600 Subject: Fix bad variable names --- recipes-kernel/rsi-91x/files/rs9113.default | 2 +- recipes-kernel/rsi-91x/files/rs9113.init | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/rsi-91x/files/rs9113.default b/recipes-kernel/rsi-91x/files/rs9113.default index 9d21862..7111825 100644 --- a/recipes-kernel/rsi-91x/files/rs9113.default +++ b/recipes-kernel/rsi-91x/files/rs9113.default @@ -66,4 +66,4 @@ INTSLEEPTIME=100000 # 00 is world. IEEE Country Codes # for cfg80211 driver. -CONTRY_CODE=00 +COUNTRY_CODE=00 diff --git a/recipes-kernel/rsi-91x/files/rs9113.init b/recipes-kernel/rsi-91x/files/rs9113.init index 890b886..2f570cf 100755 --- a/recipes-kernel/rsi-91x/files/rs9113.init +++ b/recipes-kernel/rsi-91x/files/rs9113.init @@ -82,7 +82,7 @@ case "$1" in exit 0 fi rs9116_reset - syslog $LOG_INFO "Loading rs91x modules with COEX=$COEX_MODE and Country=$SET_COUNTRY_CODE" + syslog $LOG_INFO "Loading rs91x modules with COEX=$COEX_MODE and Country=$COUNTRY_CODE" /usr/sbin/rs9113_load_modules.sh $CONFIG RETVAL=$? if [ $RETVAL -eq 0 ] ; then -- cgit v1.2.3