From 84de0fd1bf9e8dca0f7bc2e4efb2a2f39e1a087c Mon Sep 17 00:00:00 2001 From: Kalle Vahlman Date: Sat, 1 Jan 2000 00:40:04 +0000 Subject: Set the WLAN MAC on the correct module Not sure why it's in the wlan_core though... Fixes LP bug #988238 --- snowball | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/snowball b/snowball index 648d19e..13bd060 100755 --- a/snowball +++ b/snowball @@ -33,10 +33,9 @@ stop_bluetooth() { start_wlan() { if [ "$WLAN_MAC" ] then - modprobe cw1200_wlan macaddr=$WLAN_MAC - else - modprobe cw1200_wlan + modprobe cw1200_core macaddr=$WLAN_MAC fi + modprobe cw1200_wlan } stop_wlan() { modprobe -r cw1200_wlan -- cgit v1.2.3