2012-10-07 12:50:15 +00:00
|
|
|
--- a/ath/if_ath_pci.c
|
|
|
|
+++ b/ath/if_ath_pci.c
|
2013-05-29 16:08:13 +00:00
|
|
|
@@ -266,6 +266,7 @@ ath_pci_probe(struct pci_dev *pdev, cons
|
2012-10-07 12:50:15 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
+#if 0
|
|
|
|
/*
|
|
|
|
* Auto-enable soft led processing for IBM cards and for
|
|
|
|
* 5211 minipci cards. Users can also manually enable/disable
|
2013-05-29 16:08:13 +00:00
|
|
|
@@ -281,6 +282,7 @@ ath_pci_probe(struct pci_dev *pdev, cons
|
2012-10-07 12:50:15 +00:00
|
|
|
sc->aps_sc.sc_softled = 1;
|
|
|
|
sc->aps_sc.sc_ledpin = 1;
|
|
|
|
}
|
|
|
|
+#endif
|
|
|
|
|
|
|
|
if ((i = ath_attach(vdevice, dev, NULL)) != 0) {
|
|
|
|
printk(KERN_ERR "%s: ath_attach failed: %d\n", dev_info, i);
|