Hello. With the version 0.3 for the ATUSB firmware finally out of the door here are the corresponding kernel driver patches to make use of the new functionality. While the first to patches are just preparation the last two are useful enhancements. An permanent EUI64 address can now be hold in the EEPROM of the ATUSB dongle to survive reboots and allowing a unique identification and no need to mess around with generated addresses after each device probe. All new ATUSB dongles will have a address set in EEPROM already, for devices that are out in the wild already you would have to ask me to assign you an official one if you want it. Feel free to do so. :) The last one allows to set the maximal fram reties values now that we support the needed states inside the firmware. This finishes the hardware assisted ACK handling on the TX site. RX side was working for a long time already. Stefan Schmidt (4): ieee802154: atusb: sync header file from firmware for new features ieee802154: atusb: store firmware version after retrieval for later use ieee802154: atusb: try to read permanent extended address from device ieee802154: atusb: implement .set_frame_retries ops callback drivers/net/ieee802154/atusb.c | 79 ++++++++++++++++++++++++++++++++++++++---- drivers/net/ieee802154/atusb.h | 11 ++++-- 2 files changed, 80 insertions(+), 10 deletions(-) regards Stefan Schmidt -- 2.5.5 -- To unsubscribe from this list: send the line "unsubscribe linux-wpan" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html