linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] brcm80211: cleanup fixes and out-of-order fix
@ 2013-11-06 22:07 Arend van Spriel
  2013-11-06 22:07 ` [PATCH 1/7] brcmfmac: Update fwsignal to fix out of order tx Arend van Spriel
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: Arend van Spriel @ 2013-11-06 22:07 UTC (permalink / raw)
  To: John W. Linville; +Cc: linux-wireless, Arend van Spriel

This series contains a couple of small cleanup fixes and one fix
from Hante to get rid of out-of-order transmit seen doing UDP iperf.

This series is intended for 3.13 if the merge window has not yet
opened. It applies to the master branch of the wireless-next
repository.

Arend van Spriel (5):
  brcmfmac: add separate function for passing bus tx overhead
  brcmfmac: replace dongle command list with .preinit() callback
  brcmfmac: start netif queues only when setup is completed successful
  brcmfmac: reduce logging noise accessing SDIO SleepCSR register
  brcmsmac: select CONFIG_BCMA when possible

Franky Lin (1):
  brcmfmac: remove empty brcmf_proto_stop

Hante Meuleman (1):
  brcmfmac: Update fwsignal to fix out of order tx.

 drivers/net/wireless/brcm80211/Kconfig             |   3 +-
 .../net/wireless/brcm80211/brcmfmac/bcmsdh_sdmmc.c |  19 ++-
 drivers/net/wireless/brcm80211/brcmfmac/dhd_bus.h  |  15 +-
 drivers/net/wireless/brcm80211/brcmfmac/dhd_cdc.c  |   5 -
 .../net/wireless/brcm80211/brcmfmac/dhd_common.c   |  15 +-
 .../net/wireless/brcm80211/brcmfmac/dhd_linux.c    |  36 +++--
 .../net/wireless/brcm80211/brcmfmac/dhd_proto.h    |   3 -
 drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c |  60 ++++----
 drivers/net/wireless/brcm80211/brcmfmac/fwsignal.c | 167 ++++++++++++++++++---
 drivers/net/wireless/brcm80211/brcmfmac/usb.c      |   4 +-
 10 files changed, 236 insertions(+), 91 deletions(-)

-- 
1.8.1.3



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

end of thread, other threads:[~2013-11-20 17:31 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-06 22:07 [PATCH 0/7] brcm80211: cleanup fixes and out-of-order fix Arend van Spriel
2013-11-06 22:07 ` [PATCH 1/7] brcmfmac: Update fwsignal to fix out of order tx Arend van Spriel
2013-11-06 22:07 ` [PATCH 2/7] brcmfmac: add separate function for passing bus tx overhead Arend van Spriel
2013-11-06 22:07 ` [PATCH 3/7] brcmfmac: replace dongle command list with .preinit() callback Arend van Spriel
2013-11-06 22:07 ` [PATCH 4/7] brcmfmac: start netif queues only when setup is completed successful Arend van Spriel
2013-11-06 22:07 ` [PATCH 5/7] brcmfmac: remove empty brcmf_proto_stop Arend van Spriel
2013-11-06 22:07 ` [PATCH 6/7] brcmfmac: reduce logging noise accessing SDIO SleepCSR register Arend van Spriel
2013-11-06 23:53   ` Joe Perches
2013-11-07  9:31     ` Arend van Spriel
2013-11-06 22:07 ` [PATCH 7/7] brcmsmac: select CONFIG_BCMA when possible Arend van Spriel
2013-11-20  9:36 ` [PATCH 0/7] brcm80211: cleanup fixes and out-of-order fix Arend van Spriel
2013-11-20 16:29   ` John W. Linville
2013-11-20 17:30     ` 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).