aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXose Vazquez Perez <xose.vazquez@gmail.com>2013-02-01 08:28:49 -0500
committerJohn W. Linville <linville@tuxdriver.com>2013-02-01 14:27:25 -0500
commitc4806014ada1b799388d6188bc11fe5dc720c829 (patch)
tree22a8f808df23dc31a33bc00d202ab3f59bf8d138
parent97cc019ee56d52005ea4544af17bef268c464862 (diff)
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 <IvDoorn@gmail.com> Cc: Gertjan van Wingerde <gwingerde@gmail.com> Cc: Helmut Schaa <helmut.schaa@googlemail.com> Cc: John W. Linville <linville@tuxdriver.com> Cc: users@rt2x00.serialmonkey.com Cc: linux-wireless@vger.kernel.org Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com> Acked-by: Gertjan van Wingerde <gwingerde@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r--drivers/net/wireless/rt2x00/rt2800pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2800pci.c b/drivers/net/wireless/rt2x00/rt2800pci.c
index 0e8d1705e368..48a01aa21f1c 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) = {
1152 { PCI_DEVICE(0x1814, 0x3562) }, 1152 { PCI_DEVICE(0x1814, 0x3562) },
1153 { PCI_DEVICE(0x1814, 0x3592) }, 1153 { PCI_DEVICE(0x1814, 0x3592) },
1154 { PCI_DEVICE(0x1814, 0x3593) }, 1154 { PCI_DEVICE(0x1814, 0x3593) },
1155 { PCI_DEVICE(0x1814, 0x359f) },
1155#endif 1156#endif
1156#ifdef CONFIG_RT2800PCI_RT53XX 1157#ifdef CONFIG_RT2800PCI_RT53XX
1157 { PCI_DEVICE(0x1814, 0x5360) }, 1158 { PCI_DEVICE(0x1814, 0x5360) },