linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 00/10] wl12xx: update fw api
@ 2012-01-31  9:57 Eliad Peller
  2012-01-31  9:57 ` [PATCH v2 01/10] wl12xx: fw api change - add role_id to set_template Eliad Peller
                   ` (10 more replies)
  0 siblings, 11 replies; 13+ messages in thread
From: Eliad Peller @ 2012-01-31  9:57 UTC (permalink / raw)
  To: Luciano Coelho; +Cc: linux-wireless

The fw api was changed in the latest FWs (6.3.5.0.95 for wl127x
and 7.3.5.0.95 for wl128x).

Along with some small adjustments, the main changes
inroduced by this patheset are configuring the
templates per-role, and moving to IEEE80211_HW_SUPPORTS_DYNAMIC_PS
mode.

v2:
	- prevent the driver from working in the transitional
	  commits (thanks Kalle & Luca)
	- squash some patches (thanks Luca)

Eliad Peller (4):
  wl12xx: fw api change - add role_id to set_template
  wl12xx: use dev_role_id for scans
  wl12xx: fw api change - add role_id to tsf_info
  wl12xx: fw api change - update cmd/acx/event enums

Eyal Shapira (6):
  wl12xx: remove PS management code
  wl12xx: add support for HW dynamic PS
  wl12xx: add dynamic_ps_timeout debugfs file
  wl12xx: remove 2 unused parameters in wl1271_ps_set_mode()
  wl12xx: enable/disable BET with AUTO_PS/ACTIVE
  wl12xx: change WLVIF_FLAG_PSM name and remove
    WLVIF_FLAG_PSM_REQUESTED

 drivers/net/wireless/wl12xx/acx.c     |    7 +-
 drivers/net/wireless/wl12xx/acx.h     |  146 ++++++++++++++++---------------
 drivers/net/wireless/wl12xx/boot.c    |    3 +-
 drivers/net/wireless/wl12xx/cmd.c     |   55 ++++++++----
 drivers/net/wireless/wl12xx/cmd.h     |  145 +++++++++++++++++-------------
 drivers/net/wireless/wl12xx/conf.h    |   13 ++--
 drivers/net/wireless/wl12xx/debugfs.c |   66 ++++++++++++++-
 drivers/net/wireless/wl12xx/event.c   |  151 -------------------------------
 drivers/net/wireless/wl12xx/event.h   |   20 +++--
 drivers/net/wireless/wl12xx/init.c    |   45 ++++++---
 drivers/net/wireless/wl12xx/main.c    |  158 +++++++--------------------------
 drivers/net/wireless/wl12xx/ps.c      |   32 +++++--
 drivers/net/wireless/wl12xx/ps.h      |    2 +-
 drivers/net/wireless/wl12xx/scan.c    |   42 ++++++---
 drivers/net/wireless/wl12xx/wl12xx.h  |   13 +--
 15 files changed, 399 insertions(+), 499 deletions(-)

-- 
1.7.6.401.g6a319


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

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

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-31  9:57 [PATCH v2 00/10] wl12xx: update fw api Eliad Peller
2012-01-31  9:57 ` [PATCH v2 01/10] wl12xx: fw api change - add role_id to set_template Eliad Peller
2012-01-31 10:01   ` Luciano Coelho
2012-01-31  9:57 ` [PATCH v2 02/10] wl12xx: use dev_role_id for scans Eliad Peller
2012-01-31  9:57 ` [PATCH v2 03/10] wl12xx: fw api change - add role_id to tsf_info Eliad Peller
2012-01-31  9:57 ` [PATCH v2 04/10] wl12xx: fw api change - update cmd/acx/event enums Eliad Peller
2012-01-31  9:57 ` [PATCH v2 05/10] wl12xx: remove PS management code Eliad Peller
2012-01-31  9:57 ` [PATCH v2 06/10] wl12xx: add support for HW dynamic PS Eliad Peller
2012-01-31  9:57 ` [PATCH v2 07/10] wl12xx: add dynamic_ps_timeout debugfs file Eliad Peller
2012-01-31  9:57 ` [PATCH v2 08/10] wl12xx: remove 2 unused parameters in wl1271_ps_set_mode() Eliad Peller
2012-01-31  9:57 ` [PATCH v2 09/10] wl12xx: enable/disable BET with AUTO_PS/ACTIVE Eliad Peller
2012-01-31  9:57 ` [PATCH v2 10/10] wl12xx: change WLVIF_FLAG_PSM name and remove WLVIF_FLAG_PSM_REQUESTED Eliad Peller
2012-02-15 10:15 ` [PATCH v2 00/10] wl12xx: update fw api Luciano Coelho

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).