linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Arend van Spriel <arend@broadcom.com>
To: "John W. Linville" <linville@tuxdriver.com>
Cc: linux-wireless <linux-wireless@vger.kernel.org>,
	Arend van Spriel <arend@broadcom.com>
Subject: [PATCH 0/7] brcmfmac: Multiple-BSS and PCIe fixes
Date: Wed, 3 Dec 2014 21:05:26 +0100	[thread overview]
Message-ID: <1417637133-6966-1-git-send-email-arend@broadcom.com> (raw)

Hope this series can make it before the merge window. It contains
two patches that I marked for stable 3.18 as it is probably not
possible to pass them through the wireless tree this late in the
game.

This series add some BCM43602 PCIe ids which are used in Netgear R8000
and the other main feature is Multiple-BSS which uncovered a number of
small issue. Franky added code in PCIe part to enable use of MSI interrupts.

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

Franky Lin (1):
  brcmfmac: switch to single message MSI

Hante Meuleman (6):
  brcmfmac: Fix bitmap malloc bug in msgbuf.
  brcmfmac: Fix ifidx for rx data by msgbuf.
  brcmfmac: Add PCIE ids for 43602 devices.
  brcmfmac: Fix vendor cmds used interface.
  brcmfmac: Add ifidx to logging of fwil cmds.
  brcmfmac: add multiple BSS support.

 drivers/net/wireless/brcm80211/brcmfmac/cfg80211.c | 245 +++++++++++++++++----
 drivers/net/wireless/brcm80211/brcmfmac/cfg80211.h |   2 +
 drivers/net/wireless/brcm80211/brcmfmac/core.c     |  39 +++-
 drivers/net/wireless/brcm80211/brcmfmac/core.h     |   3 +-
 drivers/net/wireless/brcm80211/brcmfmac/feature.c  |  23 ++
 drivers/net/wireless/brcm80211/brcmfmac/feature.h  |   1 +
 drivers/net/wireless/brcm80211/brcmfmac/fweh.c     |   6 +-
 drivers/net/wireless/brcm80211/brcmfmac/fwil.c     |  18 +-
 .../net/wireless/brcm80211/brcmfmac/fwil_types.h   |   6 +
 drivers/net/wireless/brcm80211/brcmfmac/msgbuf.c   |  10 +
 drivers/net/wireless/brcm80211/brcmfmac/pcie.c     |   6 +
 drivers/net/wireless/brcm80211/brcmfmac/vendor.c   |  15 +-
 .../net/wireless/brcm80211/include/brcm_hw_ids.h   |   2 +
 13 files changed, 309 insertions(+), 67 deletions(-)

-- 
1.9.1


             reply	other threads:[~2014-12-03 20:05 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-03 20:05 Arend van Spriel [this message]
2014-12-03 20:05 ` [PATCH 1/7] brcmfmac: Fix bitmap malloc bug in msgbuf Arend van Spriel
2014-12-03 20:05 ` [PATCH 2/7] brcmfmac: Fix ifidx for rx data by msgbuf Arend van Spriel
2014-12-03 20:05 ` [PATCH 3/7] brcmfmac: Add PCIE ids for 43602 devices Arend van Spriel
2014-12-03 20:05 ` [PATCH 4/7] brcmfmac: switch to single message MSI Arend van Spriel
2014-12-03 20:05 ` [PATCH 5/7] brcmfmac: Fix vendor cmds used interface Arend van Spriel
2014-12-03 20:05 ` [PATCH 6/7] brcmfmac: Add ifidx to logging of fwil cmds Arend van Spriel
2014-12-03 20:05 ` [PATCH 7/7] brcmfmac: add multiple BSS support Arend van Spriel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1417637133-6966-1-git-send-email-arend@broadcom.com \
    --to=arend@broadcom.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).