diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-04-26 11:34:56 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-04-26 11:34:56 +0000 |
commit | 366a677ecec03ad49df7fd99fcaf8c2ed73a04f3 (patch) | |
tree | 963a3fbf1b1bdfeeb50e3faabd15e7668168050c /package | |
parent | d34e35f7814a93e09db9f9bcf3595e16b22d3c27 (diff) |
fix for the wifi led on atheros SoC
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7053 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/madwifi/patches/113-led_fix.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/madwifi/patches/113-led_fix.patch b/package/madwifi/patches/113-led_fix.patch new file mode 100644 index 000000000..45d1b15bb --- /dev/null +++ b/package/madwifi/patches/113-led_fix.patch @@ -0,0 +1,10 @@ +--- 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); |