]> xenbits.xensource.com Git - freebsd.git/commitdiff
[Bug 240473] add support of Ralink RT5390R Wireless Card
authormizhka <mizhka@FreeBSD.org>
Thu, 12 Sep 2019 18:37:26 +0000 (18:37 +0000)
committermizhka <mizhka@FreeBSD.org>
Thu, 12 Sep 2019 18:37:26 +0000 (18:37 +0000)
This commit adds PCI ID of Ralink RT5390R into ids table of driver ral.
Tests show stability of card during day. Network speed is reasonable (
around several megabytes per second).

PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240473
Reported by: zetrotrack000@gmail.com
Reviewed by: ray
Approved by: ray
MFC after: 5 days
Differential Revision:  https://reviews.freebsd.org/D21604

sys/dev/ral/if_ral_pci.c

index 41e81d57353608e30cb33879e5f1269e8d225e43..02ef508406ee3be83d1963c9f9615fe13ad93072 100644 (file)
@@ -100,6 +100,7 @@ static const struct ral_pci_ident ral_pci_ids[] = {
        { 0x1814, 0x5390, "Ralink Technology RT5390" },
        { 0x1814, 0x5392, "Ralink Technology RT5392" },
        { 0x1814, 0x539a, "Ralink Technology RT5390" },
+       { 0x1814, 0x539b, "Ralink Technology RT5390" },
        { 0x1814, 0x539f, "Ralink Technology RT5390" },
        { 0x1a3b, 0x1059, "AWT RT2890" },
        { 0, 0, NULL }