diff --git a/etc/rc.wlan b/etc/rc.wlan index 5af3504..ec64499 100755 --- a/etc/rc.wlan +++ b/etc/rc.wlan @@ -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 diff --git a/etc/wlan.conf b/etc/wlan.conf index 53939e3..8304ae7 100755 --- a/etc/wlan.conf +++ b/etc/wlan.conf @@ -105,4 +105,3 @@ case "$1" in esac } -wlandevice_config wlan0