2018-08-12 02:09:53

by Rosen Penev

[permalink] [raw]
Subject: [PATCH] mt76x2u: Add support for Alfa AWUS036ACM

A 2x2 unit with a USB dock for optimal placement.

Signed-off-by: Rosen Penev <[email protected]>
---
drivers/net/wireless/mediatek/mt76/mt76x2_usb.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/net/wireless/mediatek/mt76/mt76x2_usb.c b/drivers/net/wireless/mediatek/mt76/mt76x2_usb.c
index 1428cfd..f5338c3 100644
--- a/drivers/net/wireless/mediatek/mt76/mt76x2_usb.c
+++ b/drivers/net/wireless/mediatek/mt76/mt76x2_usb.c
@@ -20,6 +20,7 @@
#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 */
--
2.7.4


2018-08-31 19:51:26

by Kalle Valo

[permalink] [raw]
Subject: Re: [PATCH] mt76x2u: Add support for Alfa AWUS036ACM

Rosen Penev <[email protected]> wrote:

> A 2x2 unit with a USB dock for optimal placement.
>
> Signed-off-by: Rosen Penev <[email protected]>
> Acked-by: Lorenzo Bianconi <[email protected]>

Patch applied to wireless-drivers-next.git, thanks.

62a25dc56990 mt76x2u: Add support for Alfa AWUS036ACM

--
https://patchwork.kernel.org/patch/10563587/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

2018-08-20 12:36:45

by Lorenzo Bianconi

[permalink] [raw]
Subject: Re: [PATCH] mt76x2u: Add support for Alfa AWUS036ACM

On Aug 11, Rosen Penev wrote:
> A 2x2 unit with a USB dock for optimal placement.
>
> Signed-off-by: Rosen Penev <[email protected]>
> ---
> drivers/net/wireless/mediatek/mt76/mt76x2_usb.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/net/wireless/mediatek/mt76/mt76x2_usb.c b/drivers/net/wireless/mediatek/mt76/mt76x2_usb.c
> index 1428cfd..f5338c3 100644
> --- a/drivers/net/wireless/mediatek/mt76/mt76x2_usb.c
> +++ b/drivers/net/wireless/mediatek/mt76/mt76x2_usb.c
> @@ -20,6 +20,7 @@
> #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 */
> --
> 2.7.4
>

Acked-by: Lorenzo Bianconi <[email protected]>