linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] rt2x00: Get rid of duplicate usb id from rt2500usb
@ 2009-09-03 11:42 Amit Kucheria
  2009-09-03 11:54 ` Ivo Van Doorn
  2009-09-03 11:55 ` John W. Linville
  0 siblings, 2 replies; 8+ messages in thread
From: Amit Kucheria @ 2009-09-03 11:42 UTC (permalink / raw)
  To: List Linux Kernel; +Cc: linux-wireless, Amit Kucheria, Ivo van Doorn

USB_DEVICE(0x148f, 0x2573) is served by the rt73usb driver where it is already
defined. Remove it from rt2500usb.

Signed-off-by: Amit Kucheria <amit.kucheria@canonical.com>
Cc: Ivo van Doorn <IvDoorn@gmail.com>
---
 drivers/net/wireless/rt2x00/rt2500usb.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/net/wireless/rt2x00/rt2500usb.c b/drivers/net/wireless/rt2x00/rt2500usb.c
index ce75426..2e9fac7 100644
--- a/drivers/net/wireless/rt2x00/rt2500usb.c
+++ b/drivers/net/wireless/rt2x00/rt2500usb.c
@@ -2020,7 +2020,6 @@ static struct usb_device_id rt2500usb_device_table[] = {
 	/* Ralink */
 	{ USB_DEVICE(0x148f, 0x1706), USB_DEVICE_DATA(&rt2500usb_ops) },
 	{ USB_DEVICE(0x148f, 0x2570), USB_DEVICE_DATA(&rt2500usb_ops) },
-	{ USB_DEVICE(0x148f, 0x2573), USB_DEVICE_DATA(&rt2500usb_ops) },
 	{ USB_DEVICE(0x148f, 0x9020), USB_DEVICE_DATA(&rt2500usb_ops) },
 	/* Sagem */
 	{ USB_DEVICE(0x079b, 0x004b), USB_DEVICE_DATA(&rt2500usb_ops) },
-- 
1.6.3.3


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

end of thread, other threads:[~2009-09-03 15:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-03 11:42 [PATCH] rt2x00: Get rid of duplicate usb id from rt2500usb Amit Kucheria
2009-09-03 11:54 ` Ivo Van Doorn
2009-09-03 12:27   ` Amit Kucheria
2009-09-03 13:27     ` Johannes Berg
2009-09-03 14:19       ` Ivo Van Doorn
2009-09-03 11:55 ` John W. Linville
2009-09-03 14:18   ` Ivo Van Doorn
2009-09-03 15:11     ` Pavel Roskin

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).