Skip to content
Snippets Groups Projects
Commit a1301347 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

fix for the wifi led on atheros SoC

SVN-Revision: 7053
parent 56220b25
No related branches found
No related tags found
No related merge requests found
--- 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);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment