summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrecipes-kernel/rsi-91x/files/rs9113.init6
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