With following patch, LED should now work with LiteOn AR5BXB63 mini pci-e cards. I hope I made no mistake. Happy hacking! Magooz *** /usr/src/linux/drivers/net/wireless/ath/ath5k/led.c 2009-12-16 16:06:08.000000000 +0100 --- /home/magooz/led.c 2009-12-16 16:10:46.000000000 +0100 *************** *** 53,58 **** --- 53,61 ---- /* Devices we match on for LED config info (typically laptops) */ static const struct pci_device_id ath5k_led_devices[] = { + /* LiteOn AR5BXB63 (magooz@xxxxxxxx) */ + { PCI_SDEVICE(ATHEROS, 0x3067), ATH_LED(3, 0) }, /* AR5211 */ { PCI_VDEVICE(ATHEROS, PCI_DEVICE_ID_ATHEROS_AR5211), ATH_LED(0, 0) }, /* HP Compaq nc6xx, nc4000, nx6000 */ -- 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