summaryrefslogtreecommitdiff
path: root/package/madwifi/patches/460-pci_softled_disable.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-10-07 12:50:15 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-10-07 12:50:15 +0000
commitfafaa38ae55cab486f2b929a131fe433ce180224 (patch)
tree25d7e19e357623b44714e2052228a7e05eb3ade7 /package/madwifi/patches/460-pci_softled_disable.patch
parent6f752c725a5b592dff8c17f0fe4e905de22b8112 (diff)
downloadmtk-20170518-fafaa38ae55cab486f2b929a131fe433ce180224.zip
mtk-20170518-fafaa38ae55cab486f2b929a131fe433ce180224.tar.gz
mtk-20170518-fafaa38ae55cab486f2b929a131fe433ce180224.tar.bz2
move a few unmaintained packages from trunk to /packages
SVN-Revision: 33634
Diffstat (limited to 'package/madwifi/patches/460-pci_softled_disable.patch')
-rw-r--r--package/madwifi/patches/460-pci_softled_disable.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/package/madwifi/patches/460-pci_softled_disable.patch b/package/madwifi/patches/460-pci_softled_disable.patch
deleted file mode 100644
index 328e8c3..0000000
--- a/package/madwifi/patches/460-pci_softled_disable.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- a/ath/if_ath_pci.c
-+++ b/ath/if_ath_pci.c
-@@ -264,6 +264,7 @@ ath_pci_probe(struct pci_dev *pdev, cons
- }
- }
-
-+#if 0
- /*
- * Auto-enable soft led processing for IBM cards and for
- * 5211 minipci cards. Users can also manually enable/disable
-@@ -279,6 +280,7 @@ ath_pci_probe(struct pci_dev *pdev, cons
- 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);