Hi, This patchset implements a new testmode command to read the MAC address from the fuse when available (it's only correctly burnt for newer PG versions). In theory, we can read the MAC in either PLT or normal mode, but I wanted to restrict it to PLT so people don't start doing funny things without knowing what they're doing. Patches to use this new feature with ti-utils calibrator tool will soon be released. Cheers, Luca. Luciano Coelho (2): wl12xx: move partition table definition to io.c wl12xx: add operation to retrieve the MAC address from Fuse ROM drivers/net/wireless/wl12xx/boot.c | 62 +---------------------- drivers/net/wireless/wl12xx/boot.h | 10 ---- drivers/net/wireless/wl12xx/io.c | 59 +++++++++++++++++++++ drivers/net/wireless/wl12xx/io.h | 2 + drivers/net/wireless/wl12xx/reg.h | 15 ++++++ drivers/net/wireless/wl12xx/testmode.c | 87 ++++++++++++++++++++++++++++++++ 6 files changed, 165 insertions(+), 70 deletions(-) -- 1.7.4.1 -- 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