From 389968d743023217bfb77abb4b153958844feb5f Mon Sep 17 00:00:00 2001 From: mark Date: Mon, 24 Sep 2001 20:03:51 +0000 Subject: [PATCH] Couple of fixed card script fixes. --- etc/rc.wlan | 2 +- etc/wlan.conf | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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