On Thu, 2010-05-27 at 13:14 -0700, Gregy wrote: > > What did you do before that does not work anymore? > No, led never gets registered in /sys/class/leds. Right, and the patch you reference explains why. At no point was support for LEDs removed. > Also I found this: > http://article.gmane.org/gmane.linux.kernel.wireless.general/40328/ The intention and supported LED behavior has always been for a single LED to blink according to data. The led_mode module parameter was added to support the additional RF status indication capability. If you want to be able to manipulate the LED in other ways than the driver supports you could look into adding a debugfs file that manipulates the driver's led variables (allow_blinking, last_blink_time, ...). There is already a readable led file in debugfs, but not writable. Reinette -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html