All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/7] brcmfmac: IBSS fixes and random mac scheduled scan
@ 2016-01-02  8:41 Arend van Spriel
  2016-01-02  8:41 ` [PATCH V2 1/7] brcmfmac: add arp offload ip address table configuration support Arend van Spriel
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Arend van Spriel @ 2016-01-02  8:41 UTC (permalink / raw)
  To: Kalle Valo; +Cc: linux-wireless, Arend van Spriel

Start the new year setting things straight so resending series
incorporating review comments from Mathy Vanhoef. This replaces
the series with Message-ID:

<1450100394-17414-1-git-send-email-arend@broadcom.com>

This series adds the following:
* query features through firmware command.
* IBSS fixes.
* ARP offload through inet notifier.
* force probe to succeed for debugging.
* random mac support for scheduled scan.

Arend van Spriel (2):
  brcmfmac: obtain feature info using 'cap' firmware command
  brcmfmac: introduce module parameter to force successful probe

Franky Lin (1):
  brcmfmac: add arp offload ip address table configuration support

Hante Meuleman (4):
  brcmfmac: Add get_station support for IBSS
  brcmfmac: Add support for scheduled scan mac randomization
  brcmfmac: Fix warn trace on module unload while in ibss mode
  brcmfmac: Move all module parameters to one place

 .../wireless/broadcom/brcm80211/brcmfmac/bcmsdh.c  |  12 +-
 .../broadcom/brcm80211/brcmfmac/cfg80211.c         | 127 +++++++++++++++++---
 .../wireless/broadcom/brcm80211/brcmfmac/common.c  |  72 +++++++++++
 .../wireless/broadcom/brcm80211/brcmfmac/common.h  |  56 +++++++++
 .../wireless/broadcom/brcm80211/brcmfmac/core.c    | 132 +++++++++++++++++++--
 .../wireless/broadcom/brcm80211/brcmfmac/core.h    |   7 +-
 .../wireless/broadcom/brcm80211/brcmfmac/feature.c |  76 +++++++-----
 .../wireless/broadcom/brcm80211/brcmfmac/feature.h |   4 +-
 .../broadcom/brcm80211/brcmfmac/firmware.c         |  16 +--
 .../wireless/broadcom/brcm80211/brcmfmac/fwil.h    |   1 +
 .../broadcom/brcm80211/brcmfmac/fwil_types.h       |  34 ++++++
 .../broadcom/brcm80211/brcmfmac/fwsignal.c         |   9 +-
 12 files changed, 462 insertions(+), 84 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2016-01-07  9:21 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-02  8:41 [PATCH V2 0/7] brcmfmac: IBSS fixes and random mac scheduled scan Arend van Spriel
2016-01-02  8:41 ` [PATCH V2 1/7] brcmfmac: add arp offload ip address table configuration support Arend van Spriel
2016-01-07  9:21   ` [V2, " Kalle Valo
2016-01-02  8:41 ` [PATCH V2 2/7] brcmfmac: Add get_station support for IBSS Arend van Spriel
2016-01-02  8:41 ` [PATCH V2 3/7] brcmfmac: Add support for scheduled scan mac randomization Arend van Spriel
2016-01-02  8:41 ` [PATCH V2 4/7] brcmfmac: obtain feature info using 'cap' firmware command Arend van Spriel
2016-01-02 20:42   ` Mathy Vanhoef
2016-01-02  8:41 ` [PATCH V2 5/7] brcmfmac: Fix warn trace on module unload while in ibss mode Arend van Spriel
2016-01-02  8:41 ` [PATCH V2 6/7] brcmfmac: Move all module parameters to one place Arend van Spriel
2016-01-02  8:41 ` [PATCH V2 7/7] brcmfmac: introduce module parameter to force successful probe Arend van Spriel

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.