linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/11] brcmfmac: beamforming support and cleanup
@ 2015-11-25 10:32 Arend van Spriel
  2015-11-25 10:32 ` [PATCH 01/11] brcmfmac: Cleanup ssid storage Arend van Spriel
                   ` (10 more replies)
  0 siblings, 11 replies; 25+ messages in thread
From: Arend van Spriel @ 2015-11-25 10:32 UTC (permalink / raw)
  To: Kalle Valo; +Cc: linux-wireless, Arend van Spriel

This series has the following highlights:

* beamforming support.
* unified handling of firmware files.
* 5G join preference.

The series is intended for 4.5 kernel and applies to wireless-drivers-next
on top of previous series with Message-ID:

<1446147199-21671-1-git-send-email-arend@broadcom.com>

Arend van Spriel (1):
  brcmfmac: assure net_ratelimit() is declared before use

Franky Lin (1):
  brcmfmac: no retries on rxglom superframe errors

Hante Meuleman (9):
  brcmfmac: Cleanup ssid storage.
  brcmfmac: Return actual error by fwil.
  brcmfmac: Change error print on wlan0 existence.
  brcmfmac: Remove redundant parameter action from scan.
  brcmfmac: Cleanup roaming configuration.
  brcmfmac: Add beamforming support.
  brcmfmac: Make 5G join preference configurable.
  brcmfmac: Unify methods to define and map firmware files.
  brcmfmac: Fix double free on exception at module load.

 .../broadcom/brcm80211/brcmfmac/cfg80211.c         | 124 +++++++------
 .../broadcom/brcm80211/brcmfmac/cfg80211.h         |  10 +-
 .../wireless/broadcom/brcm80211/brcmfmac/common.c  |  53 +++---
 .../wireless/broadcom/brcm80211/brcmfmac/core.c    |   9 +-
 .../wireless/broadcom/brcm80211/brcmfmac/debug.h   |   2 +
 .../broadcom/brcm80211/brcmfmac/firmware.c         |  44 ++++-
 .../broadcom/brcm80211/brcmfmac/firmware.h         |  46 ++++-
 .../wireless/broadcom/brcm80211/brcmfmac/fwil.c    |   3 +-
 .../broadcom/brcm80211/brcmfmac/fwil_types.h       |  12 +-
 .../net/wireless/broadcom/brcm80211/brcmfmac/p2p.c |  33 ++--
 .../net/wireless/broadcom/brcm80211/brcmfmac/p2p.h |   2 -
 .../wireless/broadcom/brcm80211/brcmfmac/pcie.c    | 149 +++-------------
 .../wireless/broadcom/brcm80211/brcmfmac/sdio.c    | 196 +++++----------------
 .../wireless/broadcom/brcm80211/brcmfmac/sdio.h    |   4 +-
 .../net/wireless/broadcom/brcm80211/brcmfmac/usb.c |  86 +++------
 15 files changed, 317 insertions(+), 456 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2015-12-03 21:28 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-25 10:32 [PATCH 00/11] brcmfmac: beamforming support and cleanup Arend van Spriel
2015-11-25 10:32 ` [PATCH 01/11] brcmfmac: Cleanup ssid storage Arend van Spriel
2015-11-30 12:48   ` [01/11] " Kalle Valo
2015-11-30 12:49     ` Kalle Valo
2015-11-25 10:32 ` [PATCH 02/11] brcmfmac: Return actual error by fwil Arend van Spriel
2015-11-25 10:32 ` [PATCH 03/11] brcmfmac: Change error print on wlan0 existence Arend van Spriel
2015-11-25 10:32 ` [PATCH 04/11] brcmfmac: no retries on rxglom superframe errors Arend van Spriel
2015-11-25 10:32 ` [PATCH 05/11] brcmfmac: Remove redundant parameter action from scan Arend van Spriel
2015-11-25 10:32 ` [PATCH 06/11] brcmfmac: Cleanup roaming configuration Arend van Spriel
2015-11-25 10:32 ` [PATCH 07/11] brcmfmac: Add beamforming support Arend van Spriel
2015-11-25 10:32 ` [PATCH 08/11] brcmfmac: Make 5G join preference configurable Arend van Spriel
2015-11-30 10:58   ` Kalle Valo
2015-12-01  8:33     ` Arend van Spriel
2015-12-01  9:48       ` Kalle Valo
2015-12-01 11:08         ` Jouni Malinen
2015-12-02 13:32           ` Arend van Spriel
2015-12-02 15:12             ` Jouni Malinen
2015-12-02 16:38             ` Dan Williams
2015-12-02 18:00               ` Paul Stewart
2015-12-02 21:07                 ` Dan Williams
2015-12-03 21:28                 ` Arend van Spriel
2015-11-25 10:32 ` [PATCH 09/11] brcmfmac: assure net_ratelimit() is declared before use Arend van Spriel
2015-11-25 10:32 ` [PATCH 10/11] brcmfmac: Unify methods to define and map firmware files Arend van Spriel
2015-11-25 10:32 ` [PATCH 11/11] brcmfmac: Fix double free on exception at module load Arend van Spriel
2015-11-30 11:00   ` Kalle Valo

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