>> I'm looking for some kind of simple request in the ath9k_htc driver, through >> the usb ep0, like a memory read on the card, where a urb is sent with >> the resulting chain of events. The simpler the better. The simplest. > For EP0 on drivers site: > static int ath9k_hif_usb_download_fw(struct hif_device_usb *hif_dev) > { > int transfer, err; > const void *data = hif_dev->fw_data; > size_t len = hif_dev->fw_size; > u32 addr = AR9271_FIRMWARE; > u8 *buf = kzalloc(4096, GFP_KERNEL); > u32 firm_offset; > ... What about the code for setting and resetting leds ??? Bruce -- 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