From: Arend van Spriel <arend@broadcom.com>
To: Kalle Valo <kvalo@codeaurora.org>
Cc: linux-wireless <linux-wireless@vger.kernel.org>,
Arend van Spriel <arend@broadcom.com>
Subject: [PATCH 0/7] brcmfmac: cfg80211 api rework and p2p device fixes
Date: Thu, 11 Jun 2015 00:12:16 +0200 [thread overview]
Message-ID: <1433974343-16982-1-git-send-email-arend@broadcom.com> (raw)
Hope to make the deadline with this series for 4.2 kernel. Here the
highlights of this series:
* rework .get_station() cfg80211 callback operation.
* determine interface combinations upon device feature support.
* fix p2p-device removal upon driver unload.
The series applies to the master branch of the wireless-drivers-next
repository.
Arend van Spriel (5):
brcmfmac: rework .get_station() callback
brcmfmac: have sdio return -EIO when device communication is not
possible
brcmfmac: free ifp for non-netdev interface in p2p module
brcmfmac: move p2p attach/detach functions
brcmfmac: assure p2pdev is unregistered upon driver unload
Pontus Fuchs (2):
brcmfmac: Check if firmware supports p2p
brcmfmac: Build wiphy mode and interface combinations dynamically
drivers/net/wireless/brcm80211/brcmfmac/bcmsdh.c | 1 +
drivers/net/wireless/brcm80211/brcmfmac/cfg80211.c | 314 +++++++++++----------
drivers/net/wireless/brcm80211/brcmfmac/core.c | 3 +-
drivers/net/wireless/brcm80211/brcmfmac/feature.c | 1 +
drivers/net/wireless/brcm80211/brcmfmac/feature.h | 4 +-
.../net/wireless/brcm80211/brcmfmac/fwil_types.h | 79 ++++--
drivers/net/wireless/brcm80211/brcmfmac/p2p.c | 203 ++++++-------
drivers/net/wireless/brcm80211/brcmfmac/sdio.c | 6 +
8 files changed, 346 insertions(+), 265 deletions(-)
--
1.9.1
next reply other threads:[~2015-06-10 22:12 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-10 22:12 Arend van Spriel [this message]
2015-06-10 22:12 ` [PATCH 1/7] brcmfmac: Check if firmware supports p2p Arend van Spriel
2015-06-15 10:10 ` [1/7] " Kalle Valo
2015-06-15 18:21 ` Arend van Spriel
2015-06-15 18:50 ` Kalle Valo
2015-06-10 22:12 ` [PATCH 2/7] brcmfmac: Build wiphy mode and interface combinations dynamically Arend van Spriel
2015-06-10 22:12 ` [PATCH 3/7] brcmfmac: rework .get_station() callback Arend van Spriel
2015-06-10 22:12 ` [PATCH 4/7] brcmfmac: have sdio return -EIO when device communication is not possible Arend van Spriel
2015-06-10 22:12 ` [PATCH 5/7] brcmfmac: free ifp for non-netdev interface in p2p module Arend van Spriel
2015-06-10 22:12 ` [PATCH 6/7] brcmfmac: move p2p attach/detach functions Arend van Spriel
2015-06-10 22:12 ` [PATCH 7/7] brcmfmac: assure p2pdev is unregistered upon driver unload 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=1433974343-16982-1-git-send-email-arend@broadcom.com \
--to=arend@broadcom.com \
--cc=kvalo@codeaurora.org \
--cc=linux-wireless@vger.kernel.org \
/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).