All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/14] brcmfmac: driver cleanup and rework
@ 2014-02-25 19:30 Arend van Spriel
  2014-02-25 19:30 ` [PATCH 01/14] brcmfmac: add delay before unregistering the network device Arend van Spriel
                   ` (13 more replies)
  0 siblings, 14 replies; 29+ messages in thread
From: Arend van Spriel @ 2014-02-25 19:30 UTC (permalink / raw)
  To: John W. Linville; +Cc: linux-wireless, Arend van Spriel

This series includes a number of cleanup changes and rework mainly
in the sdio driver. These are intended for 3.15 kernel and apply
on the master branch of the wireless-next repository.

Arend van Spriel (5):
  brcmfmac: add delay before unregistering the network device
  brcmfmac: fix use of skb control buffer in SDIO driver part
  brcmfmac: remove unused variable data_len from
    brcmf_sdio_bus_txdata()
  brcmfmac: use pre-allocated scatter-gather table for txglomming
  brcmfmac: reset suspend flag upon sdio suspend failure

Daniel Kim (1):
  brcmfmac: Correct mcs index report

Hante Meuleman (8):
  brcmfmac: Make firmeware roaming a module param.
  brcmfmac: Correct header debug dump for sdio tx hdrs.
  brcmfmac: de-init driver layers in correct order.
  brcmfmac: Minimize SDIO dpc scheduling.
  brcmfmac: Remove immediate sleep support from SDIO.
  brcmfmac: Small cleanup of redundant code.
  brcmfmac: Use atomic functions for intstatus update.
  brcmfmac: Put frame sdio tx error handling in sub function.

 drivers/net/wireless/brcm80211/brcmfmac/bcmsdh.c   |   53 +++--
 .../net/wireless/brcm80211/brcmfmac/dhd_linux.c    |    8 +-
 drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c |  209 +++++++-------------
 .../net/wireless/brcm80211/brcmfmac/sdio_host.h    |    2 +
 .../net/wireless/brcm80211/brcmfmac/wl_cfg80211.c  |   64 +++---
 .../net/wireless/brcm80211/brcmfmac/wl_cfg80211.h  |    1 -
 6 files changed, 154 insertions(+), 183 deletions(-)

-- 
1.7.10.4


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

end of thread, other threads:[~2014-02-26 12:35 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-25 19:30 [PATCH 00/14] brcmfmac: driver cleanup and rework Arend van Spriel
2014-02-25 19:30 ` [PATCH 01/14] brcmfmac: add delay before unregistering the network device Arend van Spriel
2014-02-25 19:59   ` Johannes Berg
2014-02-26  9:07     ` Arend van Spriel
2014-02-26  9:17       ` Johannes Berg
2014-02-26  9:28         ` Arend van Spriel
2014-02-26  9:37           ` Johannes Berg
2014-02-26 10:43             ` Arend van Spriel
2014-02-26 11:10               ` Johannes Berg
2014-02-26 11:34                 ` Arend van Spriel
2014-02-26 11:48                   ` Johannes Berg
2014-02-26 12:18                     ` Arend van Spriel
2014-02-26 12:22                       ` Johannes Berg
2014-02-26 12:35                         ` Arend van Spriel
2014-02-25 19:30 ` [PATCH 02/14] brcmfmac: Make firmeware roaming a module param Arend van Spriel
2014-02-25 19:30 ` [PATCH 03/14] brcmfmac: fix use of skb control buffer in SDIO driver part Arend van Spriel
2014-02-25 19:30 ` [PATCH 04/14] brcmfmac: remove unused variable data_len from brcmf_sdio_bus_txdata() Arend van Spriel
2014-02-25 19:30 ` [PATCH 05/14] brcmfmac: Correct header debug dump for sdio tx hdrs Arend van Spriel
2014-02-25 19:30 ` [PATCH 06/14] brcmfmac: de-init driver layers in correct order Arend van Spriel
2014-02-25 19:30 ` [PATCH 07/14] brcmfmac: Minimize SDIO dpc scheduling Arend van Spriel
2014-02-25 19:30 ` [PATCH 08/14] brcmfmac: Remove immediate sleep support from SDIO Arend van Spriel
2014-02-25 19:30 ` [PATCH 09/14] brcmfmac: Small cleanup of redundant code Arend van Spriel
2014-02-25 19:30 ` [PATCH 10/14] brcmfmac: Use atomic functions for intstatus update Arend van Spriel
2014-02-25 23:38   ` Florian Fainelli
2014-02-26 12:20     ` Arend van Spriel
2014-02-25 19:30 ` [PATCH 11/14] brcmfmac: Put frame sdio tx error handling in sub function Arend van Spriel
2014-02-25 19:30 ` [PATCH 12/14] brcmfmac: Correct mcs index report Arend van Spriel
2014-02-25 19:30 ` [PATCH 13/14] brcmfmac: use pre-allocated scatter-gather table for txglomming Arend van Spriel
2014-02-25 19:30 ` [PATCH 14/14] brcmfmac: reset suspend flag upon sdio suspend failure Arend van Spriel

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.