Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH 0/8] wl12xx: some fixes and improvements for PLT mode
@ 2012-01-24  9:06 Luciano Coelho
  2012-01-24  9:06 ` [PATCH 1/8] wl12xx: Acquire lock before stopping plt Luciano Coelho
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Luciano Coelho @ 2012-01-24  9:06 UTC (permalink / raw)
  To: linux-wireless; +Cc: coelho

Hi,

This patchset fixes some bugs in PLT mode and adds support for 2 MAC
addresses based on the NVS file or in the device's fuse ROM.

This two patches I sent as part of the "wl12xx: read MAC from fuse
rom" series are superseded by this set.

Cheers,
Luca.
 

Ido Yariv (3):
  wl12xx: Acquire lock before stopping plt
  wl12xx: Power off after flushing work
  wl12xx: Fix potential interrupt storm

Luciano Coelho (5):
  wl12xx: cancel delayed elp work and clear flags when stopping PLT
  wl12xx: move partition table definition to io.c
  wl12xx: read chip ID and HW PG version during probe
  wl12xx: use two MAC addresses based on the NVS or from fuse ROM
  wl12xx: add testmode operation to read the BD_ADDR from Fuse ROM

 drivers/net/wireless/wl12xx/boot.c     |  102 ++-------------
 drivers/net/wireless/wl12xx/boot.h     |   10 --
 drivers/net/wireless/wl12xx/debug.h    |    1 +
 drivers/net/wireless/wl12xx/io.c       |   59 +++++++++
 drivers/net/wireless/wl12xx/io.h       |    2 +
 drivers/net/wireless/wl12xx/main.c     |  216 ++++++++++++++++++++++++++------
 drivers/net/wireless/wl12xx/reg.h      |   27 ++++
 drivers/net/wireless/wl12xx/testmode.c |   50 ++++++++
 drivers/net/wireless/wl12xx/wl12xx.h   |    7 +-
 9 files changed, 335 insertions(+), 139 deletions(-)

-- 
1.7.4.1


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

end of thread, other threads:[~2012-02-15 10:12 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-24  9:06 [PATCH 0/8] wl12xx: some fixes and improvements for PLT mode Luciano Coelho
2012-01-24  9:06 ` [PATCH 1/8] wl12xx: Acquire lock before stopping plt Luciano Coelho
2012-01-24  9:06 ` [PATCH 2/8] wl12xx: Power off after flushing work Luciano Coelho
2012-01-24  9:06 ` [PATCH 3/8] wl12xx: Fix potential interrupt storm Luciano Coelho
2012-01-24  9:06 ` [PATCH 4/8] wl12xx: cancel delayed elp work and clear flags when stopping PLT Luciano Coelho
2012-01-24  9:06 ` [PATCH 5/8] wl12xx: move partition table definition to io.c Luciano Coelho
2012-01-24  9:06 ` [PATCH 6/8] wl12xx: read chip ID and HW PG version during probe Luciano Coelho
2012-01-24  9:06 ` [PATCH 7/8] wl12xx: use two MAC addresses based on the NVS or from fuse ROM Luciano Coelho
2012-01-24  9:06 ` [PATCH 8/8] wl12xx: add testmode operation to read the BD_ADDR from Fuse ROM Luciano Coelho
2012-02-15 10:12 ` [PATCH 0/8] wl12xx: some fixes and improvements for PLT mode Luciano Coelho

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