summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzero.lin <zero.lin@ralinktech.com>2011-08-31 18:43:52 (GMT)
committerJohn W. Linville <linville@tuxdriver.com>2011-09-13 19:53:45 (GMT)
commit5126d97ef5a38df8b24abb7611dcba7e5b729021 (patch)
tree826dfe1a8c3e66b219c64277c3d097349d101f48
parenta1f1c21c181be20a8b7e073e5292ff1fe77769fa (diff)
downloadlinux-5126d97ef5a38df8b24abb7611dcba7e5b729021.tar.xz
rt2x00: Add new chipset support
Signed-off-by: zero.lin <zero.lin@ralinktech.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 cabf249..7586468 100644
--- a/drivers/net/wireless/rt2x00/rt2800pci.c
+++ b/drivers/net/wireless/rt2x00/rt2800pci.c
@@ -1153,6 +1153,7 @@ static DEFINE_PCI_DEVICE_TABLE(rt2800pci_device_table) = {
#endif
#ifdef CONFIG_RT2800PCI_RT53XX
{ PCI_DEVICE(0x1814, 0x5390) },
+ { PCI_DEVICE(0x1814, 0x539a) },
{ PCI_DEVICE(0x1814, 0x539f) },
#endif
{ 0, }