linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] brcmfmac: transmit flow control and e-scan support
@ 2012-09-10 13:16 Arend van Spriel
  2012-09-10 13:16 ` [PATCH 01/10] brcmfmac: Stop all net if queues on tx flow halt Arend van Spriel
                   ` (11 more replies)
  0 siblings, 12 replies; 16+ messages in thread
From: Arend van Spriel @ 2012-09-10 13:16 UTC (permalink / raw)
  To: John W. Linville; +Cc: Linux Wireless List, Arend van Spriel

This series contains transmit flow control handling when the brcmfmac driver
has no resources to transfer packets over the host interface. This improves
throughput number for TCP. The other feature in this series is event based
scanning in which firmware sends an event per BSS.

The other changes in this series are small fixes.

This series is for the v3.7 kernel and applies to the wireless-next tree.

Hante Meuleman (10):
  brcmfmac: Stop all net if queues on tx flow halt.
  brcmfmac: Add extra data support to firmware event queueing.
  brcmfmac: Fix extra data support handling.
  brcmfmac: Add tx flow control on net if queue for USB.
  brcmfmac: Clean up scan related code.
  brcmfmac: fix big endian bug in i-scan.
  brcmfmac: Fix big endian host configuration data.
  brcmfmac: refill buffers on rx protocol error.
  brcmfmac: avoid using local usb data.
  brcmfmac: add e-scan support.

 drivers/net/wireless/brcm80211/Kconfig             |    8 +
 drivers/net/wireless/brcm80211/brcmfmac/dhd.h      |   24 +
 drivers/net/wireless/brcm80211/brcmfmac/dhd_bus.h  |    2 +-
 .../net/wireless/brcm80211/brcmfmac/dhd_common.c   |   34 +-
 .../net/wireless/brcm80211/brcmfmac/dhd_linux.c    |   16 +-
 drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c |    8 +-
 drivers/net/wireless/brcm80211/brcmfmac/usb.c      |  184 +++----
 .../net/wireless/brcm80211/brcmfmac/wl_cfg80211.c  |  564 +++++++++++++++++++-
 .../net/wireless/brcm80211/brcmfmac/wl_cfg80211.h  |   25 +
 9 files changed, 717 insertions(+), 148 deletions(-)

-- 
1.7.9.5



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

end of thread, other threads:[~2012-09-11 18:49 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-10 13:16 [PATCH 00/10] brcmfmac: transmit flow control and e-scan support Arend van Spriel
2012-09-10 13:16 ` [PATCH 01/10] brcmfmac: Stop all net if queues on tx flow halt Arend van Spriel
2012-09-10 13:16 ` [PATCH 02/10] brcmfmac: Add extra data support to firmware event queueing Arend van Spriel
2012-09-10 13:16 ` [PATCH 03/10] brcmfmac: Fix extra data support handling Arend van Spriel
2012-09-10 16:37   ` Florian Fainelli
2012-09-10 13:16 ` [PATCH 04/10] brcmfmac: Add tx flow control on net if queue for USB Arend van Spriel
2012-09-10 13:16 ` [PATCH 05/10] brcmfmac: Clean up scan related code Arend van Spriel
2012-09-10 13:16 ` [PATCH 06/10] brcmfmac: fix big endian bug in i-scan Arend van Spriel
2012-09-10 16:37   ` Florian Fainelli
2012-09-10 13:16 ` [PATCH 07/10] brcmfmac: Fix big endian host configuration data Arend van Spriel
2012-09-10 16:38   ` Florian Fainelli
2012-09-10 13:16 ` [PATCH 08/10] brcmfmac: refill buffers on rx protocol error Arend van Spriel
2012-09-10 13:16 ` [PATCH 09/10] brcmfmac: avoid using local usb data Arend van Spriel
2012-09-10 13:16 ` [PATCH 10/10] brcmfmac: add e-scan support Arend van Spriel
2012-09-10 20:59 ` [PATCH 00/10] brcmfmac: transmit flow control and " Arend van Spriel
2012-09-11 18:49 ` Arend van Spriel

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).