From 1e781a7c139c910ebb4e4423a2c846b38b443b84 Mon Sep 17 00:00:00 2001 From: proski Date: Mon, 18 Jan 2010 14:18:05 +0000 Subject: [PATCH] Disable PCI based AR9280 (168c:0029), it doesn't work yet git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@4111 0192ed92-7a03-0410-a25b-9323aeb14dbd --- ath/if_ath_pci.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ath/if_ath_pci.c b/ath/if_ath_pci.c index 569129f..71e0fe7 100644 --- a/ath/if_ath_pci.c +++ b/ath/if_ath_pci.c @@ -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 } -- 2.35.1