All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 00/18] AP mode support for wl12xx
@ 2010-12-29 23:31 Arik Nemtsov
  2010-12-29 23:31 ` [PATCH v4 01/18] wl1271: Add AP related configuration to conf_drv_settings Arik Nemtsov
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: Arik Nemtsov @ 2010-12-29 23:31 UTC (permalink / raw)
  To: linux-wireless; +Cc: Luciano Coelho, Arik Nemtsov

These patches add access point mode support to the wl12xx driver.
This mode uses a separate firmware and has a different initialization
sequence.

In all instances, the flow has been split according to the operating
mode of the driver (AP/STA), so as not to affect STA mode functionality.

v1->2: rebased on latest wl12xx tree
v2->3: refactoring
v3->4: cross-patch fix

Arik Nemtsov (18):
  wl1271: Add AP related configuration to conf_drv_settings
  wl1271: AP mode - AP specific CMD_CONFIGURE sub-commands
  wl1271: AP mode - add AP specific event
  wl1271: AP-mode high level commands
  wl1271: AP mode - workaround for FW bug on station remove
  wl1271: AP mode - init sequence
  wl1271: AP specific RX filter configuration
  wl1271: Add AP related definitions to HOST-FW interface
  wl1271: Configure AP on BSS info change
  wl1271: AP mode config in ieee80211_ops.config
  wl1271: AP mode - change filter config
  wl1271: AP mode - add STA add/remove ops
  wl1271: AP mode - changes in TX path
  wl1271: AP mode - record TX configuration settings
  wl1271: AP mode - encryption support
  wl1271: AP mode - fetch appropriate firmware for AP
  wl1271: Read MAC address from NVS file on HW startup
  wl1271: Enable AP-mode

 drivers/net/wireless/wl12xx/acx.c          |   62 ++-
 drivers/net/wireless/wl12xx/acx.h          |   29 +-
 drivers/net/wireless/wl12xx/boot.c         |   11 +-
 drivers/net/wireless/wl12xx/cmd.c          |  300 +++++++++-
 drivers/net/wireless/wl12xx/cmd.h          |  147 ++++-
 drivers/net/wireless/wl12xx/conf.h         |   52 ++-
 drivers/net/wireless/wl12xx/event.c        |    7 +-
 drivers/net/wireless/wl12xx/event.h        |    8 +-
 drivers/net/wireless/wl12xx/init.c         |  352 ++++++++---
 drivers/net/wireless/wl12xx/init.h         |    2 +-
 drivers/net/wireless/wl12xx/main.c         |  955 +++++++++++++++++++++-------
 drivers/net/wireless/wl12xx/rx.c           |   11 +
 drivers/net/wireless/wl12xx/rx.h           |   11 +-
 drivers/net/wireless/wl12xx/tx.c           |  105 +++-
 drivers/net/wireless/wl12xx/tx.h           |   10 +-
 drivers/net/wireless/wl12xx/wl12xx.h       |   68 ++-
 drivers/net/wireless/wl12xx/wl12xx_80211.h |    5 +
 17 files changed, 1770 insertions(+), 365 deletions(-)


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

end of thread, other threads:[~2011-01-10 16:03 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-29 23:31 [PATCH v4 00/18] AP mode support for wl12xx Arik Nemtsov
2010-12-29 23:31 ` [PATCH v4 01/18] wl1271: Add AP related configuration to conf_drv_settings Arik Nemtsov
2010-12-29 23:31 ` [PATCH v4 02/18] wl1271: AP mode - AP specific CMD_CONFIGURE sub-commands Arik Nemtsov
2010-12-29 23:31 ` [PATCH v4 03/18] wl1271: AP mode - add AP specific event Arik Nemtsov
2010-12-29 23:31 ` [PATCH v4 04/18] wl1271: AP-mode high level commands Arik Nemtsov
2010-12-29 23:32 ` [PATCH v4 05/18] wl1271: AP mode - workaround for FW bug on station remove Arik Nemtsov
2010-12-29 23:32 ` [PATCH v4 06/18] wl1271: AP mode - init sequence Arik Nemtsov
2010-12-29 23:32 ` [PATCH v4 07/18] wl1271: AP specific RX filter configuration Arik Nemtsov
2010-12-29 23:32 ` [PATCH v4 08/18] wl1271: Add AP related definitions to HOST-FW interface Arik Nemtsov
2010-12-29 23:32 ` [PATCH v4 09/18] wl1271: Configure AP on BSS info change Arik Nemtsov
2010-12-29 23:32 ` [PATCH v4 10/18] wl1271: AP mode config in ieee80211_ops.config Arik Nemtsov
2010-12-29 23:32 ` [PATCH v4 11/18] wl1271: AP mode - change filter config Arik Nemtsov
2010-12-29 23:32 ` [PATCH v4 12/18] wl1271: AP mode - add STA add/remove ops Arik Nemtsov
2010-12-29 23:32 ` [PATCH v4 13/18] wl1271: AP mode - changes in TX path Arik Nemtsov
2010-12-29 23:32 ` [PATCH v4 14/18] wl1271: AP mode - record TX configuration settings Arik Nemtsov
2010-12-29 23:32 ` [PATCH v4 15/18] wl1271: AP mode - encryption support Arik Nemtsov
2010-12-29 23:32 ` [PATCH v4 16/18] wl1271: AP mode - fetch appropriate firmware for AP Arik Nemtsov
2010-12-29 23:32 ` [PATCH v4 17/18] wl1271: Read MAC address from NVS file on HW startup Arik Nemtsov
2010-12-29 23:32 ` [PATCH v4 18/18] wl1271: Enable AP-mode Arik Nemtsov
2011-01-10 16:03 ` [PATCH v4 00/18] AP mode support for wl12xx Luciano Coelho

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.