Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH] compat-wireless: update unload/wlunload scripts
@ 2010-10-12 19:44 Walter Goldens
  2010-10-12 19:50 ` Luis R. Rodriguez
  0 siblings, 1 reply; 2+ messages in thread
From: Walter Goldens @ 2010-10-12 19:44 UTC (permalink / raw)
  To: Luis R. Rodriguez; +Cc: linux-wireless

Added: carl9170, brcm80211, aht6kl and orinoco to wlunload.sh and unload.sh
Added: atlxx ethernet drivers to unload.sh


Signed-off-by: Walter Goldens <goldenstranger@yahoo.com>
---

--- 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"
--- 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"


      

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-10-12 19:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-12 19:44 [PATCH] compat-wireless: update unload/wlunload scripts Walter Goldens
2010-10-12 19:50 ` Luis R. Rodriguez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox