Added a "ifconfig up" to the startup scripts for the new open/close

behavior.
This commit is contained in:
mark 2001-10-09 20:49:44 +00:00
parent 7b183f2e88
commit 3b86b247db
2 changed files with 6 additions and 0 deletions

View file

@ -95,6 +95,9 @@ case "$ACTION" in
exit 0
fi
#=======ENABLE MAC====================================
ifconfig $DEVICE up
#=======DOWNLOAD======================================
# If the card needs code/data downloaded, do it.
if is_true $WLAN_DOWNLOAD; then

View file

@ -49,6 +49,9 @@ start)
exit 0
fi
#=======ENABLE MAC====================================
ifconfig $DEVICE up
#=======USER MIB SETTINGS=============================
# Set the user specified MIB items.
for i in $USER_MIBS ; do