Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH 0/2] wl12xx: read MAC from fuse rom
@ 2012-01-16 14:23 Luciano Coelho
  2012-01-16 14:23 ` [PATCH 1/2] wl12xx: move partition table definition to io.c Luciano Coelho
  2012-01-16 14:23 ` [PATCH 2/2] wl12xx: add operation to retrieve the MAC address from Fuse ROM Luciano Coelho
  0 siblings, 2 replies; 7+ messages in thread
From: Luciano Coelho @ 2012-01-16 14:23 UTC (permalink / raw)
  To: linux-wireless; +Cc: coelho

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-01-17  4:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-16 14:23 [PATCH 0/2] wl12xx: read MAC from fuse rom Luciano Coelho
2012-01-16 14:23 ` [PATCH 1/2] wl12xx: move partition table definition to io.c Luciano Coelho
2012-01-16 14:23 ` [PATCH 2/2] wl12xx: add operation to retrieve the MAC address from Fuse ROM Luciano Coelho
2012-01-17  0:46   ` Julian Calaby
2012-01-17  3:48     ` Luciano Coelho
2012-01-17  3:51       ` Julian Calaby
2012-01-17  4:02         ` Luciano Coelho

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox