2013-02-01 13:29:18

by Xose Vazquez Perez

[permalink] [raw]
Subject: [PATCH wireless-next] wireless: rt2x00: rt2800pci add id

0x1814,0x359f is a RT3592 802.11a/b/g/n 2x2 WiFi Adapter
support added by 872834dfb38edc6f72cfc783a5ce78f2a9f36ec5

Cc: Ivo van Doorn <[email protected]>
Cc: Gertjan van Wingerde <[email protected]>
Cc: Helmut Schaa <[email protected]>
Cc: John W. Linville <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Xose Vazquez Perez <[email protected]>
---
drivers/net/wireless/rt2x00/rt2800pci.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/net/wireless/rt2x00/rt2800pci.c b/drivers/net/wireless/rt2x00/rt2800pci.c
index 0e8d170..48a01aa 100644
--- a/drivers/net/wireless/rt2x00/rt2800pci.c
+++ b/drivers/net/wireless/rt2x00/rt2800pci.c
@@ -1152,6 +1152,7 @@ static DEFINE_PCI_DEVICE_TABLE(rt2800pci_device_table) = {
{ PCI_DEVICE(0x1814, 0x3562) },
{ PCI_DEVICE(0x1814, 0x3592) },
{ PCI_DEVICE(0x1814, 0x3593) },
+ { PCI_DEVICE(0x1814, 0x359f) },
#endif
#ifdef CONFIG_RT2800PCI_RT53XX
{ PCI_DEVICE(0x1814, 0x5360) },
--
1.7.11.7



2013-02-01 13:33:43

by Gertjan van Wingerde

[permalink] [raw]
Subject: Re: [PATCH wireless-next] wireless: rt2x00: rt2800pci add id

On Fri, Feb 1, 2013 at 2:28 PM, Xose Vazquez Perez
<[email protected]> wrote:
> 0x1814,0x359f is a RT3592 802.11a/b/g/n 2x2 WiFi Adapter
> support added by 872834dfb38edc6f72cfc783a5ce78f2a9f36ec5
>
> Cc: Ivo van Doorn <[email protected]>
> Cc: Gertjan van Wingerde <[email protected]>
> Cc: Helmut Schaa <[email protected]>
> Cc: John W. Linville <[email protected]>
> Cc: [email protected]
> Cc: [email protected]
> Signed-off-by: Xose Vazquez Perez <[email protected]>

Acked-by: Gertjan van Wingerde <[email protected]>

> ---
> drivers/net/wireless/rt2x00/rt2800pci.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/net/wireless/rt2x00/rt2800pci.c b/drivers/net/wireless/rt2x00/rt2800pci.c
> index 0e8d170..48a01aa 100644
> --- a/drivers/net/wireless/rt2x00/rt2800pci.c
> +++ b/drivers/net/wireless/rt2x00/rt2800pci.c
> @@ -1152,6 +1152,7 @@ static DEFINE_PCI_DEVICE_TABLE(rt2800pci_device_table) = {
> { PCI_DEVICE(0x1814, 0x3562) },
> { PCI_DEVICE(0x1814, 0x3592) },
> { PCI_DEVICE(0x1814, 0x3593) },
> + { PCI_DEVICE(0x1814, 0x359f) },
> #endif
> #ifdef CONFIG_RT2800PCI_RT53XX
> { PCI_DEVICE(0x1814, 0x5360) },
> --
> 1.7.11.7
>



--
---
Gertjan