Disable PCI based AR9280 (168c:0029), it doesn't work yet
authorproski <proski@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Mon, 18 Jan 2010 14:18:05 +0000 (14:18 +0000)
committerproski <proski@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Mon, 18 Jan 2010 14:18:05 +0000 (14:18 +0000)
git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@4111 0192ed92-7a03-0410-a25b-9323aeb14dbd

ath/if_ath_pci.c

index 569129f0ba3b073910851962a8ca5771498a194b..71e0fe71b9771be4e8ec5696a30a140fab9bf49c 100644 (file)
@@ -114,7 +114,9 @@ static struct pci_device_id ath_pci_id_table[] __devinitdata = {
        { 0x168c, 0x0023, PCI_ANY_ID, PCI_ANY_ID },
        { 0x168c, 0x0024, PCI_ANY_ID, PCI_ANY_ID },
        { 0x168c, 0x0027, PCI_ANY_ID, PCI_ANY_ID },
+#if 0 /* PCI based AR9280 doesn't work yet */
        { 0x168c, 0x0029, PCI_ANY_ID, PCI_ANY_ID }, /* AR9280 PCI */
+#endif
        { 0x168c, 0x002a, PCI_ANY_ID, PCI_ANY_ID }, /* AR9280 PCI Express */
        { 0x168c, 0x9013, PCI_ANY_ID, PCI_ANY_ID }, /* sonicwall */
        { 0 }