aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis R. Rodriguez <lrodriguez@atheros.com>2008-07-09 20:06:48 +0530
committerLuis R. Rodriguez <lrodriguez@atheros.com>2008-07-09 20:06:48 +0530
commit48e06adbe1206c37c67e2aadbb6281d93fe73124 (patch)
tree325d90feeb4494d734d1d1016171085d02e9a8f3
parent9acac9dd9d5aa259b2fd25761d570aca61cb5f55 (diff)
downloadcompat-wireless-2.6-old-48e06adbe1206c37c67e2aadbb6281d93fe73124.tar.gz
Add led_class as one of the modules to unload on make unload.
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
-rwxr-xr-xscripts/unload.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/unload.sh b/scripts/unload.sh
index 30cb1e3..1424945 100755
--- a/scripts/unload.sh
+++ b/scripts/unload.sh
@@ -23,6 +23,7 @@ MODULES="$MODULES rndis_wlan rndis_host cdc_ether usbnet"
# eeprom_93cx6 is used by rt2x00 (rt61pci, rt2500pci, rt2400pci)
# and Realtek drivers ( rtl8187, rtl8180)
MODULES="$MODULES eeprom_93cx6"
+MODULES="$MODULES led_class"
MODULES="$MODULES mac80211 cfg80211"
MADWIFI_MODULES="ath_pci ath_rate_sample wlan_scan_sta wlan ath_hal"
IPW3945D="/sbin/ipw3945d-`uname -r`"