Couple of fixed card script fixes.
This commit is contained in:
parent
fe8a96b435
commit
389968d743
|
@ -29,7 +29,7 @@ case "$action" in
|
|||
|
||||
start)
|
||||
echo -n "Starting WLAN Devices:"
|
||||
if ! insmod p80211; then
|
||||
if ! modprobe p80211; then
|
||||
echo "Failed to load p80211.o."
|
||||
exit 1
|
||||
fi
|
||||
|
|
|
@ -105,4 +105,3 @@ case "$1" in
|
|||
esac
|
||||
}
|
||||
|
||||
wlandevice_config wlan0
|
||||
|
|
Loading…
Reference in a new issue