aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-04-26 16:53:58 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-04-26 16:53:58 +0000
commit3efafd390f1b7518e38cb91cca0b3d991ce7e00e (patch)
tree3350fdc8c8f884b3bda6c34ffcaf85e91cfa683a /package/madwifi
parente59680d6c717e0c73fcdea90f957049d5a7f4756 (diff)
downloadupstream-3efafd390f1b7518e38cb91cca0b3d991ce7e00e.tar.gz
upstream-3efafd390f1b7518e38cb91cca0b3d991ce7e00e.tar.bz2
upstream-3efafd390f1b7518e38cb91cca0b3d991ce7e00e.zip
remove led fix again - seems like gpio handling is really broken in the original madwifi hal
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7057 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi')
-rw-r--r--package/madwifi/patches/113-led_fix.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/package/madwifi/patches/113-led_fix.patch b/package/madwifi/patches/113-led_fix.patch
deleted file mode 100644
index 45d1b15bbe..0000000000
--- a/package/madwifi/patches/113-led_fix.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- madwifi-0.9.2.1/ath/if_ath_ahb.c.old 2007-04-25 23:07:43.081154440 +0200
-+++ madwifi-0.9.2.1/ath/if_ath_ahb.c 2007-04-25 23:07:38.249888904 +0200
-@@ -367,6 +367,7 @@
-
- if (ath_attach(devid, dev, config) != 0)
- goto bad4;
-+ sc->aps_sc.sc_softled = 1;
- athname = ath_hal_probe(ATHEROS_VENDOR_ID, devid);
- printk(KERN_INFO "%s: %s: mem=0x%lx, irq=%d\n",
- dev->name, athname ? athname : "Atheros ???", dev->mem_start, dev->irq);