linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/14] brcmfmac: enable 80MHz 11ac AP mode and minor changes
@ 2014-05-12  8:47 Arend van Spriel
  2014-05-12  8:47 ` [PATCH 01/14] brcmfmac: Give priority to 5GHz band in selecting target BSS Arend van Spriel
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Arend van Spriel @ 2014-05-12  8:47 UTC (permalink / raw)
  To: John W. Linville; +Cc: linux-wireless, Arend van Spriel

The major part of this series are changes to enable 80MHz 11ac AP mode
operation. The other changes are minor optimizations and/or redesign to
prepare for new features.

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

Arend van Spriel (8):
  brcmfmac: enhance nvram processing
  brcmfmac: remove usage of cfg80211_get_chandef_type()
  brcm80211: extend channel conversion functions for 80MHz support
  brcmfmac: provide VHT capability information to user-space
  brcmfmac: enable 80Mhz in 5G custom regulatory rules
  brcmfmac: get rid of brcmf_cfg80211_set_channel() function
  brcmfmac: handle 80MHz chanspecs in construct_reg_info() function
  brcmfmac: determine chanspec from struct cfg80211_chan_def info

Daniel Kim (3):
  brcmfmac: Give priority to 5GHz band in selecting target BSS
  brcmfmac: Report the support of firmware roaming
  brcmfmac: Fix reconnect failure after beacon timeout

Hante Meuleman (3):
  brcmfmac: Move out hdrpull from tx_finalize.
  brcmfmac: Move handling 802.1x frames to dhd_linux.
  brcmfmac: Make FWS queueing configurable.

 drivers/net/wireless/brcm80211/brcmfmac/dhd.h      |    2 +-
 drivers/net/wireless/brcm80211/brcmfmac/dhd_bus.h  |    1 +
 .../net/wireless/brcm80211/brcmfmac/dhd_common.c   |   18 ++
 .../net/wireless/brcm80211/brcmfmac/dhd_linux.c    |   32 +--
 .../net/wireless/brcm80211/brcmfmac/fwil_types.h   |   24 +++
 drivers/net/wireless/brcm80211/brcmfmac/fwsignal.c |   80 +++----
 drivers/net/wireless/brcm80211/brcmfmac/nvram.c    |  220 ++++++++++++++++----
 drivers/net/wireless/brcm80211/brcmfmac/usb.c      |    1 +
 .../net/wireless/brcm80211/brcmfmac/wl_cfg80211.c  |  200 +++++++++++++-----
 drivers/net/wireless/brcm80211/brcmutil/d11.c      |   93 +++++++--
 drivers/net/wireless/brcm80211/include/brcmu_d11.h |   14 +-
 .../net/wireless/brcm80211/include/brcmu_wifi.h    |    1 +
 12 files changed, 508 insertions(+), 178 deletions(-)

-- 
1.7.9.5


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

end of thread, other threads:[~2014-05-12  8:47 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-12  8:47 [PATCH 00/14] brcmfmac: enable 80MHz 11ac AP mode and minor changes Arend van Spriel
2014-05-12  8:47 ` [PATCH 01/14] brcmfmac: Give priority to 5GHz band in selecting target BSS Arend van Spriel
2014-05-12  8:47 ` [PATCH 02/14] brcmfmac: Report the support of firmware roaming Arend van Spriel
2014-05-12  8:47 ` [PATCH 03/14] brcmfmac: Move out hdrpull from tx_finalize Arend van Spriel
2014-05-12  8:47 ` [PATCH 04/14] brcmfmac: Move handling 802.1x frames to dhd_linux Arend van Spriel
2014-05-12  8:47 ` [PATCH 05/14] brcmfmac: Make FWS queueing configurable Arend van Spriel
2014-05-12  8:47 ` [PATCH 06/14] brcmfmac: enhance nvram processing Arend van Spriel
2014-05-12  8:47 ` [PATCH 07/14] brcmfmac: Fix reconnect failure after beacon timeout Arend van Spriel
2014-05-12  8:47 ` [PATCH 08/14] brcmfmac: remove usage of cfg80211_get_chandef_type() Arend van Spriel
2014-05-12  8:47 ` [PATCH 09/14] brcm80211: extend channel conversion functions for 80MHz support Arend van Spriel
2014-05-12  8:47 ` [PATCH 10/14] brcmfmac: provide VHT capability information to user-space Arend van Spriel
2014-05-12  8:47 ` [PATCH 11/14] brcmfmac: enable 80Mhz in 5G custom regulatory rules Arend van Spriel
2014-05-12  8:47 ` [PATCH 12/14] brcmfmac: get rid of brcmf_cfg80211_set_channel() function Arend van Spriel
2014-05-12  8:47 ` [PATCH 13/14] brcmfmac: handle 80MHz chanspecs in construct_reg_info() function Arend van Spriel
2014-05-12  8:47 ` [PATCH 14/14] brcmfmac: determine chanspec from struct cfg80211_chan_def info 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).