From: Walter Goldens Date: Tue, 12 Oct 2010 19:50:35 +0000 (-0700) Subject: compat-wireless: update unload/wlunload scripts X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=a19acd78df2dd3f29136c68677803ae983e51e4c;p=openwrt%2Fstaging%2Fblogic.git compat-wireless: update unload/wlunload scripts Added: carl9170, brcm80211, aht6kl and orinoco to wlunload.sh and unload.sh Added: atlxx ethernet drivers to unload.sh Signed-off-by: Walter Goldens --- diff --git a/scripts/unload.sh b/scripts/unload.sh index d9a2f14d672c..2acba4ccbb9b 100755 --- a/scripts/unload.sh +++ b/scripts/unload.sh @@ -10,11 +10,11 @@ MODULES="$OLD_MODULES" MODULES="$MODULES ipw2100 ipw2200 libipw" MODULES="$MODULES libertas_cs usb8xxx libertas libertas_sdio libertas_spi" MODULES="$MODULES libertas_tf libertas_tf_usb" -MODULES="$MODULES adm8211 zd1211rw" -MODULES="$MODULES b43 b43legacy ssb" +MODULES="$MODULES adm8211 zd1211rw orinoco" +MODULES="$MODULES b43 b43legacy brcm80211 ssb" MODULES="$MODULES iwl3945 iwlagn iwlcore" MODULES="$MODULES ath9k ath9k_htc ath9k_common ath9k_hw " -MODULES="$MODULES ath5k ar9170usb ath" +MODULES="$MODULES ath5k ath ath6kl ar9170usb carl9170" MODULES="$MODULES p54pci p54usb p54spi p54common" MODULES="$MODULES rt2400pci rt2500pci rt61pci" MODULES="$MODULES rt2500usb rt73usb" @@ -24,6 +24,7 @@ MODULES="$MODULES rtl8180 rtl8187" MODULES="$MODULES mwl8k mac80211_hwsim" MODULES="$MODULES at76c50x_usb at76_usb" MODULES="$MODULES rndis_wlan rndis_host cdc_ether usbnet" +MODULES="$MODULES atl1 atl2 atl1e atl1c" # eeprom_93cx6 is used by rt2x00 (rt61pci, rt2500pci, rt2400pci) # and Realtek drivers ( rtl8187, rtl8180) MODULES="$MODULES eeprom_93cx6" diff --git a/scripts/wlunload.sh b/scripts/wlunload.sh index 9fc4511f559f..6c98f2e83bc3 100755 --- a/scripts/wlunload.sh +++ b/scripts/wlunload.sh @@ -10,10 +10,11 @@ MODULES="$OLD_MODULES" MODULES="$MODULES ipw2100 ipw2200 libipw" MODULES="$MODULES libertas_cs usb8xxx libertas libertas_sdio libertas_spi" MODULES="$MODULES libertas_tf libertas_tf_usb" -MODULES="$MODULES adm8211 zd1211rw" -MODULES="$MODULES b43 b43legacy ssb" +MODULES="$MODULES adm8211 zd1211rw orinoco" +MODULES="$MODULES b43 b43legacy brcm80211 ssb" MODULES="$MODULES iwl3945 iwlagn iwlcore" -MODULES="$MODULES ath9k ath5k ar9170usb ath" +MODULES="$MODULES ath9k ath9k_htc ath9k_common ath9k_hw " +MODULES="$MODULES ath5k ath ath6kl ar9170usb carl9170" MODULES="$MODULES p54pci p54usb p54spi p54common" MODULES="$MODULES rt2400pci rt2500pci rt61pci" MODULES="$MODULES rt2500usb rt73usb"