From: Zero.Lin Date: Thu, 10 May 2012 02:06:31 +0000 (+0800) Subject: rt2x00:Add RT539b chipset support X-Git-Tag: v3.5-rc1~101^2~6^2^2~20 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2aed691540661e9cf6dac5dd2bd8742b9d68399d;p=karo-tx-linux.git rt2x00:Add RT539b chipset support Signed-off-by: Zero.Lin Acked-by: Gertjan van Wingerde Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/rt2x00/rt2800pci.c b/drivers/net/wireless/rt2x00/rt2800pci.c index 931331d95217..cad25bfebd7a 100644 --- a/drivers/net/wireless/rt2x00/rt2800pci.c +++ b/drivers/net/wireless/rt2x00/rt2800pci.c @@ -1192,6 +1192,7 @@ static DEFINE_PCI_DEVICE_TABLE(rt2800pci_device_table) = { { PCI_DEVICE(0x1814, 0x5390) }, { PCI_DEVICE(0x1814, 0x5392) }, { PCI_DEVICE(0x1814, 0x539a) }, + { PCI_DEVICE(0x1814, 0x539b) }, { PCI_DEVICE(0x1814, 0x539f) }, #endif { 0, }