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 00/12] brcmfmac: multiple interface rework and cleanup
Date: Wed, 26 Aug 2015 22:14:52 +0200 [thread overview]
Message-ID: <1440620104-2715-1-git-send-email-arend@broadcom.com> (raw)
This patch series contains the following:
* rework code dealing with multiple interfaces.
* allow logging firmware console using debug level.
* fix crash in error path when probe fails.
* fix memory leak in free net devices.
* minor code cleanup.
The patch series is intended for v4.3 and applies to the master
branch of the wireless-drivers-next repository.
Arend van Spriel (12):
brcmfmac: consolidate ifp lookup in driver core
brcmfmac: make brcmf_proto_hdrpull() return struct brcmf_if instance
brcmfmac: change parameters for brcmf_remove_interface()
brcmfmac: only call brcmf_cfg80211_detach() when attach was successful
brcmfmac: correct detection of p2pdev interface event
brcmfmac: use brcmf_get_ifp() to map ifidx to struct brcmf_if instance
brcmfmac: pass struct brcmf_if instance in brcmf_txfinalize()
brcmfmac: add mapping for interface index to bsscfg index
brcmfmac: add dedicated debug level for firmware console logging
brcmfmac: remove ifidx parameter from brcmf_fws_txstatus_suppressed()
brcmfmac: change prototype for brcmf_fws_hdrpull()
brcmfmac: introduce brcmf_net_detach() function
drivers/net/wireless/brcm80211/brcmfmac/bcdc.c | 28 +++----
drivers/net/wireless/brcm80211/brcmfmac/btcoex.c | 4 +-
drivers/net/wireless/brcm80211/brcmfmac/cfg80211.c | 7 +-
drivers/net/wireless/brcm80211/brcmfmac/core.c | 92 ++++++++++++++--------
drivers/net/wireless/brcm80211/brcmfmac/core.h | 10 +--
drivers/net/wireless/brcm80211/brcmfmac/debug.h | 3 +
drivers/net/wireless/brcm80211/brcmfmac/feature.c | 2 +-
drivers/net/wireless/brcm80211/brcmfmac/flowring.c | 2 +-
drivers/net/wireless/brcm80211/brcmfmac/fweh.c | 19 +++--
drivers/net/wireless/brcm80211/brcmfmac/fwsignal.c | 57 +++++++-------
drivers/net/wireless/brcm80211/brcmfmac/fwsignal.h | 3 +-
drivers/net/wireless/brcm80211/brcmfmac/msgbuf.c | 18 ++---
drivers/net/wireless/brcm80211/brcmfmac/p2p.c | 2 +-
drivers/net/wireless/brcm80211/brcmfmac/pcie.c | 7 +-
drivers/net/wireless/brcm80211/brcmfmac/proto.h | 18 ++++-
drivers/net/wireless/brcm80211/brcmfmac/sdio.c | 5 +-
16 files changed, 155 insertions(+), 122 deletions(-)
--
1.9.1
next reply other threads:[~2015-08-26 20:15 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-26 20:14 Arend van Spriel [this message]
2015-08-26 20:14 ` [PATCH 01/12] brcmfmac: consolidate ifp lookup in driver core Arend van Spriel
2015-09-29 7:29 ` [01/12] " Kalle Valo
2015-08-26 20:14 ` [PATCH 02/12] brcmfmac: make brcmf_proto_hdrpull() return struct brcmf_if instance Arend van Spriel
2015-08-26 20:14 ` [PATCH 03/12] brcmfmac: change parameters for brcmf_remove_interface() Arend van Spriel
2015-08-26 20:14 ` [PATCH 04/12] brcmfmac: only call brcmf_cfg80211_detach() when attach was successful Arend van Spriel
2015-08-26 20:14 ` [PATCH 05/12] brcmfmac: correct detection of p2pdev interface event Arend van Spriel
2015-08-26 20:14 ` [PATCH 06/12] brcmfmac: use brcmf_get_ifp() to map ifidx to struct brcmf_if instance Arend van Spriel
2015-08-26 20:14 ` [PATCH 07/12] brcmfmac: pass struct brcmf_if instance in brcmf_txfinalize() Arend van Spriel
2015-08-26 20:15 ` [PATCH 08/12] brcmfmac: add mapping for interface index to bsscfg index Arend van Spriel
2015-08-26 20:15 ` [PATCH 09/12] brcmfmac: add dedicated debug level for firmware console logging Arend van Spriel
2015-08-26 20:15 ` [PATCH 10/12] brcmfmac: remove ifidx parameter from brcmf_fws_txstatus_suppressed() Arend van Spriel
2015-08-26 20:15 ` [PATCH 11/12] brcmfmac: change prototype for brcmf_fws_hdrpull() Arend van Spriel
2015-08-26 20:15 ` [PATCH 12/12] brcmfmac: introduce brcmf_net_detach() function Arend van Spriel
2015-08-26 21:54 ` [PATCH 00/12] brcmfmac: multiple interface rework and cleanup Rafał Miłecki
2015-08-27 7:13 ` Kalle Valo
2015-08-27 8:04 ` 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=1440620104-2715-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).