All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] brcmfmac: extend wowl and cleanup
@ 2016-01-05 10:05 Arend van Spriel
  2016-01-05 10:05 ` [PATCH 1/6] brcmfmac: Add wowl net detect support Arend van Spriel
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Arend van Spriel @ 2016-01-05 10:05 UTC (permalink / raw)
  To: Kalle Valo; +Cc: linux-wireless, Arend van Spriel

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


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

end of thread, other threads:[~2016-01-08  8:47 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-05 10:05 [PATCH 0/6] brcmfmac: extend wowl and cleanup Arend van Spriel
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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.