All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 1/5] rtlwifi: Fix build when RTL8192CU is selected, but RTL8192CE is not
@ 2011-02-23 16:14 Larry Finger
  2011-02-24 12:28 ` Otavio Salvador
  0 siblings, 1 reply; 2+ messages in thread
From: Larry Finger @ 2011-02-23 16:14 UTC (permalink / raw)
  To: John W Linville; +Cc: sfr, otavio, w, george0505, chaoming_li, linux-wireless

From: Willy Tarreau <w@1wt.eu>
Date: Sun, 20 Feb 2011 11:35:26 +0100
Subject: rtlwifi: Fix build when RTL8192CU is selected, but RTL8192CE is not

The wireless Makefile does not build rtlwifi for rtl8192cu unless
rtl8192ce is selected.

Signed-off-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
---

John,

This is 2.6.39 material.

Larry
---

 drivers/net/wireless/Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Index: wireless-testing/drivers/net/wireless/Makefile
===================================================================
--- wireless-testing.orig/drivers/net/wireless/Makefile
+++ wireless-testing/drivers/net/wireless/Makefile
@@ -24,7 +24,7 @@ obj-$(CONFIG_B43LEGACY)		+= b43legacy/
 obj-$(CONFIG_ZD1211RW)		+= zd1211rw/
 obj-$(CONFIG_RTL8180)		+= rtl818x/
 obj-$(CONFIG_RTL8187)		+= rtl818x/
-obj-$(CONFIG_RTL8192CE)		+= rtlwifi/
+obj-$(CONFIG_RTLWIFI)		+= rtlwifi/
 
 # 16-bit wireless PCMCIA client drivers
 obj-$(CONFIG_PCMCIA_RAYCS)	+= ray_cs.o

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

* Re: [PATCH V2 1/5] rtlwifi: Fix build when RTL8192CU is selected, but RTL8192CE is not
  2011-02-23 16:14 [PATCH V2 1/5] rtlwifi: Fix build when RTL8192CU is selected, but RTL8192CE is not Larry Finger
@ 2011-02-24 12:28 ` Otavio Salvador
  0 siblings, 0 replies; 2+ messages in thread
From: Otavio Salvador @ 2011-02-24 12:28 UTC (permalink / raw)
  To: Larry Finger
  Cc: John W Linville, sfr, w, george0505, chaoming_li, linux-wireless

On Wed, Feb 23, 2011 at 16:14, Larry Finger <Larry.Finger@lwfinger.net> wrote:
> From: Willy Tarreau <w@1wt.eu>
> Date: Sun, 20 Feb 2011 11:35:26 +0100
> Subject: rtlwifi: Fix build when RTL8192CU is selected, but RTL8192CE is not
>
> The wireless Makefile does not build rtlwifi for rtl8192cu unless
> rtl8192ce is selected.
>
> Signed-off-by: Willy Tarreau <w@1wt.eu>
> Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>

Tested-by: Otavio Salvador <otavio@ossystems.com.br>

-- 
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br

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

end of thread, other threads:[~2011-02-24 12:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-23 16:14 [PATCH V2 1/5] rtlwifi: Fix build when RTL8192CU is selected, but RTL8192CE is not Larry Finger
2011-02-24 12:28 ` Otavio Salvador

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.