From: Greg Whiteley <greg.whiteley@gmail.com>
To: "Luis R. Rodriguez" <mcgrof@kernel.org>
Cc: linux-wireless@vger.kernel.org, linux-bluetooth@vger.kernel.org,
Greg Whiteley <greg.whiteley@gmail.com>
Subject: [PATCH] compat-wireless: rt2800pci (and rt2x00pci) don't unload on 'make unload'
Date: Tue, 1 Mar 2011 20:12:36 +1100 [thread overview]
Message-ID: <1298970756-32328-1-git-send-email-greg.whiteley@gmail.com> (raw)
Add missing module names to scripts/unload.sh
Signed-off-by: Greg Whiteley
---
scripts/unload.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/unload.sh b/scripts/unload.sh
index 2af748a..abc5e72 100755
--- a/scripts/unload.sh
+++ b/scripts/unload.sh
@@ -21,8 +21,8 @@ MODULES="$MODULES ath5k ath ath6kl ar9170usb carl9170"
MODULES="$MODULES p54pci p54usb p54spi p54common"
MODULES="$MODULES rt2400pci rt2500pci rt61pci"
MODULES="$MODULES rt2500usb rt73usb"
-MODULES="$MODULES rt2800usb rt2800lib"
-MODULES="$MODULES rt2x00usb rt2x00lib"
+MODULES="$MODULES rt2800usb rt2800pci rt2800lib"
+MODULES="$MODULES rt2x00usb rt2x00pci rt2x00lib"
MODULES="$MODULES rtl8180 rtl8187 rtl8192ce rtlwifi"
MODULES="$MODULES mwl8k mac80211_hwsim"
MODULES="$MODULES at76c50x_usb at76_usb"
--
1.7.0.4
next reply other threads:[~2011-03-01 9:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-01 9:12 Greg Whiteley [this message]
2011-03-01 17:04 ` [PATCH] compat-wireless: rt2800pci (and rt2x00pci) don't unload on 'make unload' Luis R. Rodriguez
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1298970756-32328-1-git-send-email-greg.whiteley@gmail.com \
--to=greg.whiteley@gmail.com \
--cc=linux-bluetooth@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=mcgrof@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox