All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] brcm80211: new functionality and some cleanup fixes
@ 2013-08-10 10:27 Arend van Spriel
  2013-08-10 10:27 ` [PATCH 01/12] brcmfmac: use irq safe spinlock in brcmf_sdbrcm_txdata() Arend van Spriel
                   ` (11 more replies)
  0 siblings, 12 replies; 16+ messages in thread
From: Arend van Spriel @ 2013-08-10 10:27 UTC (permalink / raw)
  To: John W. Linville; +Cc: linux-wireless, Arend van Spriel

This series adds new functionality to the brcm80211 drivers listed below:

AMPDU host-reordering:
	The brcmfmac driver buffers individual A-MPDU packets
	reducing memory requirement in the wireless device.

TDLS:
	The 802.11 standards AP bypass is added to brcmfmac.

BCM4313 iPA:
	This adds support to brcmsmac for a new variant of the
	BCM4313. This was already submitted but reverted due
	to regressions for other devices.

Other changes are brcmfmac cleanup work for firmware-signalling
feature and rework in SDIO-specific driver code.

This series is intended for v3.12 and applies to the master branch
of the wireless-next repository.

Arend van Spriel (5):
  brcmfmac: use irq safe spinlock in brcmf_sdbrcm_txdata()
  brcmfmac: .txdata() bus callback should not call brcmf_txcomplete()
  brcmfmac: add AMPDU reordering functionality
  brcmfmac: ignore IF event if firmware indicates it
  brcmfmac: add support for manual TDLS operations

Franky Lin (4):
  brcmfmac: abstract tx packet processing functions
  brcmfmac: remove align from brcmf_bus structure
  brcmfmac: streamline sdio bus header code
  brcmfmac: use configurable sdio bus header length for tx packet

Hante Meuleman (2):
  brcmfmac: always use worker thread for tx data.
  brcmfmac: no fws locking outside fws module.

Piotr Haber (1):
  brcmsmac: support 4313iPA

 drivers/net/wireless/brcm80211/brcmfmac/bcmsdh.c   |  16 +-
 .../net/wireless/brcm80211/brcmfmac/bcmsdh_sdmmc.c |   1 -
 drivers/net/wireless/brcm80211/brcmfmac/dhd.h      |  31 +-
 drivers/net/wireless/brcm80211/brcmfmac/dhd_bus.h  |   8 +-
 .../net/wireless/brcm80211/brcmfmac/dhd_linux.c    | 279 ++++++++++--
 drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c | 481 +++++++++++++--------
 drivers/net/wireless/brcm80211/brcmfmac/fweh.c     |   4 +
 .../net/wireless/brcm80211/brcmfmac/fwil_types.h   |  21 +
 drivers/net/wireless/brcm80211/brcmfmac/fwsignal.c | 228 +++++-----
 .../net/wireless/brcm80211/brcmfmac/sdio_host.h    |   2 +-
 drivers/net/wireless/brcm80211/brcmfmac/usb.c      |   1 -
 .../net/wireless/brcm80211/brcmfmac/wl_cfg80211.c  |  57 ++-
 .../net/wireless/brcm80211/brcmsmac/phy/phy_lcn.c  | 399 ++++++++++-------
 .../wireless/brcm80211/brcmsmac/phy/phytbl_lcn.c   | 289 ++++++++-----
 .../wireless/brcm80211/brcmsmac/phy/phytbl_lcn.h   |   1 +
 include/linux/platform_data/brcmfmac-sdio.h        |   6 +
 16 files changed, 1228 insertions(+), 596 deletions(-)

-- 
1.8.1.3



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

end of thread, other threads:[~2013-08-12 10:23 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-10 10:27 [PATCH 00/12] brcm80211: new functionality and some cleanup fixes Arend van Spriel
2013-08-10 10:27 ` [PATCH 01/12] brcmfmac: use irq safe spinlock in brcmf_sdbrcm_txdata() Arend van Spriel
2013-08-10 10:27 ` [PATCH 02/12] brcmfmac: .txdata() bus callback should not call brcmf_txcomplete() Arend van Spriel
2013-08-10 10:27 ` [PATCH 03/12] brcmfmac: add AMPDU reordering functionality Arend van Spriel
2013-08-10 10:27 ` [PATCH 04/12] brcmfmac: always use worker thread for tx data Arend van Spriel
2013-08-10 10:27 ` [PATCH 05/12] brcmfmac: no fws locking outside fws module Arend van Spriel
2013-08-10 10:27 ` [PATCH 06/12] brcmfmac: ignore IF event if firmware indicates it Arend van Spriel
2013-08-10 10:27 ` [PATCH 07/12] brcmfmac: add support for manual TDLS operations Arend van Spriel
2013-08-10 10:27 ` [PATCH 08/12] brcmfmac: abstract tx packet processing functions Arend van Spriel
2013-08-10 10:27 ` [PATCH 09/12] brcmfmac: remove align from brcmf_bus structure Arend van Spriel
2013-08-10 10:27 ` [PATCH 10/12] brcmfmac: streamline sdio bus header code Arend van Spriel
2013-08-10 10:27 ` [PATCH 11/12] brcmfmac: use configurable sdio bus header length for tx packet Arend van Spriel
2013-08-10 10:27 ` [PATCH 12/12] brcmsmac: support 4313iPA Arend van Spriel
2013-08-11 12:48   ` Jonas Gorski
2013-08-12 10:10     ` Arend van Spriel
2013-08-12 10:22       ` David Herrmann

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.