linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
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/6] brcmfmac: extend wowl and cleanup
Date: Tue, 5 Jan 2016 11:05:44 +0100	[thread overview]
Message-ID: <1451988350-2197-1-git-send-email-arend@broadcom.com> (raw)

This smallish series contains:
* link down fix for IBSS.
* support wowl upon net detect.
* cleanup timeout definitions.

The series are intended for 4.5 kernel and apply to
the master branch of wireless-drivers-next repo on top
of series posted earlier with Message-ID:

<1451724102-21911-1-git-send-email-arend@broadcom.com>

Arend van Spriel (3):
  brcmfmac: change brcmf_sdio_wd_timer() prototype
  brcmfmac: use msecs_to_jiffies() in macro definitions
  brcmfmac: use jiffies for timeout in btcoex

Hante Meuleman (3):
  brcmfmac: Add wowl net detect support
  brcmfmac: Reshuffle functions to avoid forward declarations
  brcmfmac: Do not handle link downs for ibss.

 .../wireless/broadcom/brcm80211/brcmfmac/btcoex.c  |   12 +-
 .../broadcom/brcm80211/brcmfmac/cfg80211.c         | 1116 +++++++++++---------
 .../broadcom/brcm80211/brcmfmac/cfg80211.h         |   29 +-
 .../wireless/broadcom/brcm80211/brcmfmac/core.c    |    4 +-
 .../broadcom/brcm80211/brcmfmac/fwil_types.h       |    2 +
 .../wireless/broadcom/brcm80211/brcmfmac/msgbuf.c  |    4 +-
 .../net/wireless/broadcom/brcm80211/brcmfmac/p2p.c |   18 +-
 .../wireless/broadcom/brcm80211/brcmfmac/pcie.c    |    7 +-
 .../wireless/broadcom/brcm80211/brcmfmac/sdio.c    |   51 +-
 .../wireless/broadcom/brcm80211/brcmfmac/sdio.h    |    6 +-
 .../net/wireless/broadcom/brcm80211/brcmfmac/usb.c |    5 +-
 11 files changed, 683 insertions(+), 571 deletions(-)

-- 
1.9.1


             reply	other threads:[~2016-01-05 10:05 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-05 10:05 Arend van Spriel [this message]
2016-01-05 10:05 ` [PATCH 1/6] brcmfmac: Add wowl net detect support Arend van Spriel
2016-01-08  8:45   ` [1/6] " Kalle Valo
2016-01-05 10:05 ` [PATCH 2/6] brcmfmac: Reshuffle functions to avoid forward declarations Arend van Spriel
2016-01-05 10:05 ` [PATCH 3/6] brcmfmac: change brcmf_sdio_wd_timer() prototype Arend van Spriel
2016-01-05 10:05 ` [PATCH 4/6] brcmfmac: use msecs_to_jiffies() in macro definitions Arend van Spriel
2016-01-05 10:05 ` [PATCH 5/6] brcmfmac: use jiffies for timeout in btcoex Arend van Spriel
2016-01-05 10:05 ` [PATCH 6/6] brcmfmac: Do not handle link downs for ibss Arend van Spriel
2016-01-07 23:05 ` [PATCH 0/6] brcmfmac: extend wowl and cleanup Arend van Spriel
2016-01-08  8:47   ` Kalle Valo

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=1451988350-2197-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).