Return-path: Received: from web56804.mail.re3.yahoo.com ([66.196.97.78]:20346 "HELO web56804.mail.re3.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1757386Ab0JUGkz (ORCPT ); Thu, 21 Oct 2010 02:40:55 -0400 Message-ID: <78296.80597.qm@web56804.mail.re3.yahoo.com> Date: Wed, 20 Oct 2010 23:40:53 -0700 (PDT) From: Walter Goldens Subject: [PATCH 4/4 v2] compat-wireless: remove obsolete load scripts To: "Luis R. Rodriguez" Cc: linux-wireless@vger.kernel.org, linux-bluetooth@vger.kernel.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-wireless-owner@vger.kernel.org List-ID: delete obsolete load scripts Signed-off-by: Walter Goldens --- --- a/scripts/load.sh +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/bash -MODULES="ipw2100 ipw2200 libertas_cs usb8xxx" -MODULES="$MODULES p54pci p54usb" -MODULES="$MODULES adm8211 zd1211rw" -MODULES="$MODULES rtl8180 rtl8187" -MODULES="$MODULES p54pci p54usb" -MODULES="$MODULES iwl3945 iwlagn" -MODULES="$MODULES ath ar9170usb" -MODULES="$MODULES rtl8180 rtl8187" -MODULES="$MODULES rt2400pci rt2500pci rt61pci" -MODULES="$MODULES rt2500usb rt73usb" -MODULES="$MODULES rndis_wlan at76_usb" -MODULES="$MODULES mwl8k mac80211_hwsim" -MODULES="$MODULES at76c50x_usb" -MODULES="$MODULES bluetooth btusb l2cap sco hidp rfcomm bnep" -for i in $MODULES; do - echo Loading $i... - modprobe $i -done -# For ath5k we must be sure to unload MadWifi first -athload ath5k -# For b43 we must make sure to unload bcm43xx first -b43load b43 -echo Starting bluetooth service.. -/etc/init.d/bluetooth start -/etc/init.d/bluetooth status --- a/scripts/wlload.sh +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/bash -MODULES="ipw2100 ipw2200 libertas_cs usb8xxx" -MODULES="$MODULES p54pci p54usb" -MODULES="$MODULES adm8211 zd1211rw" -MODULES="$MODULES rtl8180 rtl8187" -MODULES="$MODULES p54pci p54usb" -MODULES="$MODULES iwl3945 iwlagn" -MODULES="$MODULES ath ar9170usb" -MODULES="$MODULES rtl8180 rtl8187" -MODULES="$MODULES rt2400pci rt2500pci rt61pci" -MODULES="$MODULES rt2500usb rt73usb" -MODULES="$MODULES rndis_wlan at76_usb" -MODULES="$MODULES mwl8k mac80211_hwsim" -MODULES="$MODULES at76c50x_usb" -for i in $MODULES; do - echo Loading $i... - modprobe $i -done -# For ath5k we must be sure to unload MadWifi first -athload ath5k -# For b43 we must make sure to unload bcm43xx first -b43load b43 --- a/scripts/btload.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash -MODULES="bluetooth btusb l2cap sco hidp rfcomm bnep" -for i in $MODULES; do - echo Loading $i... - modprobe $i -done -echo Starting bluetooth service.. -/etc/init.d/bluetooth start -/etc/init.d/bluetooth status -