All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mt76x2u: remove duplicated entry in mt76x2u_device_table
       [not found] <cover.1551865527.git.lorenzo@kernel.org>
@ 2019-03-06  9:51 ` Lorenzo Bianconi
  2019-03-07 11:56   ` Felix Fietkau
  0 siblings, 1 reply; 2+ messages in thread
From: Lorenzo Bianconi @ 2019-03-06  9:51 UTC (permalink / raw)
  To: nbd; +Cc: rosenp, linux-wireless, xose.vazquez, sgruszka, lorenzo.bianconi

Remove duplicated entry in mt76x2u_device_table since Alfa AWUS036ACM
and Aukey USB-AC1200 have the same ids

Fixes: 62a25dc56990a ("mt76x2u: Add support for Alfa AWUS036ACM")
Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
---
 drivers/net/wireless/mediatek/mt76/mt76x2/usb.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/net/wireless/mediatek/mt76/mt76x2/usb.c b/drivers/net/wireless/mediatek/mt76/mt76x2/usb.c
index ddb6b2c48e01..7a5d539873ca 100644
--- a/drivers/net/wireless/mediatek/mt76/mt76x2/usb.c
+++ b/drivers/net/wireless/mediatek/mt76/mt76x2/usb.c
@@ -21,11 +21,10 @@
 #include "mt76x2u.h"
 
 static const struct usb_device_id mt76x2u_device_table[] = {
-	{ USB_DEVICE(0x0e8d, 0x7612) }, /* Alfa AWUS036ACM */
 	{ USB_DEVICE(0x0b05, 0x1833) },	/* Asus USB-AC54 */
 	{ USB_DEVICE(0x0b05, 0x17eb) },	/* Asus USB-AC55 */
 	{ USB_DEVICE(0x0b05, 0x180b) },	/* Asus USB-N53 B1 */
-	{ USB_DEVICE(0x0e8d, 0x7612) },	/* Aukey USB-AC1200 */
+	{ USB_DEVICE(0x0e8d, 0x7612) },	/* Aukey USBAC1200 - Alfa AWUS036ACM */
 	{ USB_DEVICE(0x057c, 0x8503) },	/* Avm FRITZ!WLAN AC860 */
 	{ USB_DEVICE(0x7392, 0xb711) },	/* Edimax EW 7722 UAC */
 	{ USB_DEVICE(0x0846, 0x9053) },	/* Netgear A6210 */
-- 
2.20.1


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

* Re: [PATCH] mt76x2u: remove duplicated entry in mt76x2u_device_table
  2019-03-06  9:51 ` [PATCH] mt76x2u: remove duplicated entry in mt76x2u_device_table Lorenzo Bianconi
@ 2019-03-07 11:56   ` Felix Fietkau
  0 siblings, 0 replies; 2+ messages in thread
From: Felix Fietkau @ 2019-03-07 11:56 UTC (permalink / raw)
  To: Lorenzo Bianconi
  Cc: rosenp, linux-wireless, xose.vazquez, sgruszka, lorenzo.bianconi

On 2019-03-06 10:51, Lorenzo Bianconi wrote:
> Remove duplicated entry in mt76x2u_device_table since Alfa AWUS036ACM
> and Aukey USB-AC1200 have the same ids
> 
> Fixes: 62a25dc56990a ("mt76x2u: Add support for Alfa AWUS036ACM")
> Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Applied, thanks.

- Felix

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

end of thread, other threads:[~2019-03-07 11:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <cover.1551865527.git.lorenzo@kernel.org>
2019-03-06  9:51 ` [PATCH] mt76x2u: remove duplicated entry in mt76x2u_device_table Lorenzo Bianconi
2019-03-07 11:56   ` Felix Fietkau

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.