summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalle Vahlman <kalle.vahlman@movial.com>2000-01-01 00:40:04 +0000
committerKalle Vahlman <kalle.vahlman@movial.com>2000-01-01 00:40:04 +0000
commit84de0fd1bf9e8dca0f7bc2e4efb2a2f39e1a087c (patch)
treeca953ff690744f8d701de37dec904b034cf096c4
parent969beb4502ddc3fb0f2c2600b3d34762147ad7c3 (diff)
Set the WLAN MAC on the correct module
Not sure why it's in the wlan_core though... Fixes LP bug #988238
-rwxr-xr-xsnowball5
1 files 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