linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] brcmfmac: new device support and more
@ 2014-12-21 11:43 Arend van Spriel
  2014-12-21 11:43 ` [PATCH 01/10] brcmfmac: Fix incorrect casting of 64 bit physical address Arend van Spriel
                   ` (10 more replies)
  0 siblings, 11 replies; 21+ messages in thread
From: Arend van Spriel @ 2014-12-21 11:43 UTC (permalink / raw)
  To: Kalle Valo; +Cc: linux-wireless, Arend van Spriel

Here a first batch for v3.20. This series adds support for the
BCM43340 and BCM43341 SDIO chipsets. A number of changes are
related to AP mode and some fixes of potential issues that do
not seem to qualify for the wireless tree.

This series is intended for v3.20 and applies to the master
branch of the *new* wireless-next repository.

Arend van Spriel (5):
  brcmfmac: Add support for bcm43340/1 wireless chipsets
  brcmfmac: get rid of duplicate SDIO device identifiers
  brcmfmac: remove unused/duplicate defines in chip.c
  brcmfmac: follow user-space regulatory domain selection
  brcmfmac: enable 802.11d support in firmware

Hante Meuleman (5):
  brcmfmac: Fix incorrect casting of 64 bit physical address.
  brcmfmac: Fix possible dereference of NULL pointer.
  brcmfmac: Fix WEP configuration for AP mode.
  brcmfmac: Change error log in standard log for rxbufpost.
  brcmfmac: signal completion of 802.1x.

 drivers/net/wireless/brcm80211/brcmfmac/bcmsdh.c   |  22 +--
 drivers/net/wireless/brcm80211/brcmfmac/cfg80211.c | 176 ++++++++++++++++++---
 drivers/net/wireless/brcm80211/brcmfmac/cfg80211.h |   5 +
 drivers/net/wireless/brcm80211/brcmfmac/chip.c     |  15 +-
 drivers/net/wireless/brcm80211/brcmfmac/common.c   |   3 +
 drivers/net/wireless/brcm80211/brcmfmac/common.h   |  20 +++
 drivers/net/wireless/brcm80211/brcmfmac/core.c     |   3 +-
 drivers/net/wireless/brcm80211/brcmfmac/core.h     |   4 +-
 drivers/net/wireless/brcm80211/brcmfmac/flowring.c |   6 +-
 drivers/net/wireless/brcm80211/brcmfmac/fwil.h     |   4 +
 .../net/wireless/brcm80211/brcmfmac/fwil_types.h   |  14 ++
 drivers/net/wireless/brcm80211/brcmfmac/msgbuf.c   |  24 +--
 drivers/net/wireless/brcm80211/brcmfmac/pcie.c     |  10 +-
 drivers/net/wireless/brcm80211/brcmfmac/sdio.c     |   7 +-
 .../net/wireless/brcm80211/include/brcm_hw_ids.h   |  12 +-
 include/linux/mmc/sdio_ids.h                       |   2 +
 16 files changed, 239 insertions(+), 88 deletions(-)
 create mode 100644 drivers/net/wireless/brcm80211/brcmfmac/common.h

-- 
1.9.1


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

end of thread, other threads:[~2015-01-06 19:07 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-21 11:43 [PATCH 00/10] brcmfmac: new device support and more Arend van Spriel
2014-12-21 11:43 ` [PATCH 01/10] brcmfmac: Fix incorrect casting of 64 bit physical address Arend van Spriel
2014-12-21 17:24   ` Joe Perches
2014-12-21 11:43 ` [PATCH 02/10] brcmfmac: Fix possible dereference of NULL pointer Arend van Spriel
2014-12-23 17:07   ` Arend van Spriel
2014-12-21 11:43 ` [PATCH 03/10] brcmfmac: Add support for bcm43340/1 wireless chipsets Arend van Spriel
2014-12-21 17:50   ` Marcel Holtmann
2014-12-21 19:56     ` Arend van Spriel
2014-12-21 20:14       ` Rafał Miłecki
2014-12-22  9:05         ` Arend van Spriel
2014-12-22  9:33           ` Rafał Miłecki
2014-12-21 11:43 ` [PATCH 04/10] brcmfmac: get rid of duplicate SDIO device identifiers Arend van Spriel
2015-01-06 18:35   ` Kalle Valo
2014-12-21 11:43 ` [PATCH 05/10] brcmfmac: remove unused/duplicate defines in chip.c Arend van Spriel
2014-12-21 11:43 ` [PATCH 06/10] brcmfmac: Fix WEP configuration for AP mode Arend van Spriel
2014-12-21 11:43 ` [PATCH 07/10] brcmfmac: Change error log in standard log for rxbufpost Arend van Spriel
2014-12-21 11:43 ` [PATCH 08/10] brcmfmac: follow user-space regulatory domain selection Arend van Spriel
2014-12-21 11:43 ` [PATCH 09/10] brcmfmac: signal completion of 802.1x Arend van Spriel
2014-12-21 11:43 ` [PATCH 10/10] brcmfmac: enable 802.11d support in firmware Arend van Spriel
2015-01-06 18:36 ` [PATCH 00/10] brcmfmac: new device support and more Kalle Valo
2015-01-06 19:07   ` 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).