diff options
author | John Klug <john.klug@multitech.com> | 2022-12-14 15:07:57 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2023-01-10 16:42:56 -0600 |
commit | 8ce7bfd9d220216119b82c1cf53a3328b4bbf227 (patch) | |
tree | 5f5c4a9ca6134928b402a2fdc850f10d6e464c8a | |
parent | fdd1c360794118ca281fc32e336ef2aed5cbaa20 (diff) | |
download | meta-multitech-atmel-8ce7bfd9d220216119b82c1cf53a3328b4bbf227.tar.gz meta-multitech-atmel-8ce7bfd9d220216119b82c1cf53a3328b4bbf227.tar.bz2 meta-multitech-atmel-8ce7bfd9d220216119b82c1cf53a3328b4bbf227.zip |
rs9116 should be rs91x
-rwxr-xr-x | recipes-kernel/rsi-91x/files/rs9113.init | 6 |
1 files 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 |