From 8ce7bfd9d220216119b82c1cf53a3328b4bbf227 Mon Sep 17 00:00:00 2001 From: John Klug Date: Wed, 14 Dec 2022 15:07:57 -0600 Subject: rs9116 should be rs91x --- recipes-kernel/rsi-91x/files/rs9113.init | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/rsi-91x/files/rs9113.init b/recipes-kernel/rsi-91x/files/rs9113.init index 2eb7697..890b886 100755 --- a/recipes-kernel/rsi-91x/files/rs9113.init +++ b/recipes-kernel/rsi-91x/files/rs9113.init @@ -22,7 +22,7 @@ RS9116_RESET=${MTS_IODIR}/wifi-bt-reset pid=$$ LOG_ERR=3 LOG_INFO=6 -name=rs9116 +name=rs91x format="%s[%d] %12.2fs: %s" function has_reset { for i in {1..10} ; do @@ -82,7 +82,7 @@ case "$1" in exit 0 fi rs9116_reset - syslog $LOG_INFO "Loading rs9116 modules with COEX=$COEX_MODE and Country=$SET_COUNTRY_CODE" + syslog $LOG_INFO "Loading rs91x modules with COEX=$COEX_MODE and Country=$SET_COUNTRY_CODE" /usr/sbin/rs9113_load_modules.sh $CONFIG RETVAL=$? if [ $RETVAL -eq 0 ] ; then @@ -93,7 +93,7 @@ case "$1" in ;; stop) - syslog $LOG_INFO "Unloading rs9116 modules" + syslog $LOG_INFO "Unloading rs91x modules" /usr/sbin/rs9113_remove_modules.sh RETVAL=$? if [ $RETVAL -eq 0 ] ; then -- cgit v1.2.3