Linux wireless drivers development
 help / color / mirror / Atom feed
* [Patch] Enable rt2800usb in compat-wireless stable branch
@ 2010-06-06  5:32 Richard Farina
  2010-06-06  5:56 ` Luis R. Rodriguez
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Farina @ 2010-06-06  5:32 UTC (permalink / raw)
  To: linux-wireless, Luis R. Rodriguez

This patch enables the new RT307x and RT357x chips in compat-wireless 
stable.  I'd like to enable the same for rt2800pci as well but right now 
it doesn't seem to build so I'll wait till it does to submit the diff.

Thanks,
Rick Farina

Don't see why this is needed to patch config.mk but:
Signed-off-by: Rick Farina


Enable rt3[05]7x support in compat-wireless stable branch.
diff -Naur compat-wireless-2.6.35-rc1/config.mk 
compat-wireless-2.6.35-rc1-fixed/config.mk
--- compat-wireless-2.6.35-rc1/config.mk        2010-05-31 
18:30:39.000000000 -0400
+++ compat-wireless-2.6.35-rc1-fixed/config.mk  2010-06-05 
23:48:50.000000000 -0400
@@ -366,9 +366,9 @@
 CONFIG_RT2500USB=m
 ifneq ($(CONFIG_CRC_CCITT),)
 CONFIG_RT2800USB=m
-# CONFIG_RT2800USB_RT30XX=y
-# CONFIG_RT2800USB_RT35XX=y
-# CONFIG_RT2800USB_UNKNOWN=y
+CONFIG_RT2800USB_RT30XX=y
+CONFIG_RT2800USB_RT35XX=y
+CONFIG_RT2800USB_UNKNOWN=y
 endif
 CONFIG_RT2X00_LIB_USB=m
 NEED_RT2X00=y


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

end of thread, other threads:[~2010-06-06  5:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-06  5:32 [Patch] Enable rt2800usb in compat-wireless stable branch Richard Farina
2010-06-06  5:56 ` 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