linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] compat-wireless: driver-select: add b43 to the list
@ 2010-03-28 21:16 Paul Fertser
  2010-03-28 23:44 ` Luis R. Rodriguez
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Fertser @ 2010-03-28 21:16 UTC (permalink / raw)
  To: Luis R. Rodriguez; +Cc: linux-wireless


Signed-off-by: Paul Fertser <fercerpav@gmail.com>
---

It results in unneeded compilation of b43legacy and eeprom_93cx6 but it's
still much better than compiling the whole compat-wireless suit :)

Unfortunately, it still doesn't work with my lp-phy (4315) unless i load wl
first, but that's another story...

 scripts/driver-select |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/scripts/driver-select b/scripts/driver-select
index 68bb7ff..ebb2e86 100755
--- a/scripts/driver-select
+++ b/scripts/driver-select
@@ -29,7 +29,7 @@ PURPLE="\033[35m"
 CYAN="\033[36m"
 UNDERLINE="\033[02m"
 
-SUPPORTED_DRIVERS="ath5k ath9k ar9170 zd1211rw"
+SUPPORTED_DRIVERS="ath5k ath9k ar9170 zd1211rw b43"
 
 function usage {
 	echo -e "${GREEN}Usage${NORMAL}: ${CYAN}$0${NORMAL} [ ${PURPLE}<driver-name>${NORMAL} | ${PURPLE}<driver-group-name>${NORMAL} | ${GREEN}restore${NORMAL} ]"
@@ -287,6 +287,12 @@ case $1 in
 		select_driver		CONFIG_ZD1211RW
 		disable_var_01
 		;;
+	b43)
+		disable_usbnet
+		disable_ethernet
+		disable_var_03
+		select_driver		CONFIG_B43
+		;;
 	*)
 		echo "Unsupported driver"
 		exit
-- 
1.6.4.4


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

* Re: [PATCH] compat-wireless: driver-select: add b43 to the list
  2010-03-28 21:16 [PATCH] compat-wireless: driver-select: add b43 to the list Paul Fertser
@ 2010-03-28 23:44 ` Luis R. Rodriguez
  0 siblings, 0 replies; 2+ messages in thread
From: Luis R. Rodriguez @ 2010-03-28 23:44 UTC (permalink / raw)
  To: Paul Fertser; +Cc: Luis R. Rodriguez, linux-wireless

On Sun, Mar 28, 2010 at 2:16 PM, Paul Fertser <fercerpav@gmail.com> wrote:
>
> Signed-off-by: Paul Fertser <fercerpav@gmail.com>

Thanks, applied.

  Luis

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

end of thread, other threads:[~2010-03-28 23:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-28 21:16 [PATCH] compat-wireless: driver-select: add b43 to the list Paul Fertser
2010-03-28 23:44 ` 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;
as well as URLs for NNTP newsgroup(s).