linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 00/13] brcmfmac: IBSS fix and cleanup
@ 2015-12-10 12:42 Arend van Spriel
  2015-12-10 12:43 ` [PATCH V2 01/13] brcmfmac: Simplify scan timing configuration Arend van Spriel
                   ` (12 more replies)
  0 siblings, 13 replies; 21+ messages in thread
From: Arend van Spriel @ 2015-12-10 12:42 UTC (permalink / raw)
  To: Kalle Valo; +Cc: linux-wireless, Arend van Spriel

This series provides following:
* fix IBSS which got broken over time.
* new USB id for bcm43242 dongle.
* arp offload configuration through inet notifier.

The series is intended for 4.5 kernel and applies to master branch
of the wireless-drivers-next repository.

Arend van Spriel (2):
  brcmfmac: no interface combination check for single interface
  brcmfmac: add 43242 device id for LG dongle

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

Hante Meuleman (9):
  brcmfmac: Simplify scan timing configuration.
  brcmfmac: Use local storage for ssid iovar.
  brcmfmac: Remove some redundant cfg80211 data.
  brcmfmac: Cleanup pmksa cache handling code.
  brcmfmac: Make TDLS a detectable feature.
  brcmfmac: Add support for PCIE 4350 revision 5 device.
  brcmfmac: Fix IBSS setup.
  brcmfmac: Change error print in debug print.
  brcmfmac: Move scheduled scan related interface layer structs.

Kosuke Tatsukawa (1):
  brcmfmac: fix waitqueue_active without memory barrier in brcmfmac
    driver

 .../broadcom/brcm80211/brcmfmac/cfg80211.c         | 233 ++++++++++-----------
 .../broadcom/brcm80211/brcmfmac/cfg80211.h         | 111 +---------
 .../wireless/broadcom/brcm80211/brcmfmac/core.c    | 108 ++++++++++
 .../wireless/broadcom/brcm80211/brcmfmac/core.h    |   2 +
 .../wireless/broadcom/brcm80211/brcmfmac/feature.c |   1 +
 .../wireless/broadcom/brcm80211/brcmfmac/feature.h |   4 +-
 .../broadcom/brcm80211/brcmfmac/fwil_types.h       | 105 ++++++++++
 .../wireless/broadcom/brcm80211/brcmfmac/msgbuf.c  |   3 +-
 .../wireless/broadcom/brcm80211/brcmfmac/pcie.c    |   8 +-
 .../wireless/broadcom/brcm80211/brcmfmac/sdio.c    |   6 +-
 .../net/wireless/broadcom/brcm80211/brcmfmac/usb.c |   4 +-
 .../broadcom/brcm80211/include/brcm_hw_ids.h       |   2 +
 .../broadcom/brcm80211/include/brcmu_wifi.h        |  23 --
 13 files changed, 342 insertions(+), 268 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2015-12-11 11:54 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-10 12:42 [PATCH V2 00/13] brcmfmac: IBSS fix and cleanup Arend van Spriel
2015-12-10 12:43 ` [PATCH V2 01/13] brcmfmac: Simplify scan timing configuration Arend van Spriel
2015-12-11 11:54   ` [V2,01/13] " Kalle Valo
2015-12-10 12:43 ` [PATCH V2 02/13] brcmfmac: Use local storage for ssid iovar Arend van Spriel
2015-12-10 12:43 ` [PATCH V2 03/13] brcmfmac: Remove some redundant cfg80211 data Arend van Spriel
2015-12-10 12:43 ` [PATCH V2 04/13] brcmfmac: Cleanup pmksa cache handling code Arend van Spriel
2015-12-10 12:43 ` [PATCH V2 05/13] brcmfmac: Make TDLS a detectable feature Arend van Spriel
2015-12-10 12:43 ` [PATCH V2 06/13] brcmfmac: Add support for PCIE 4350 revision 5 device Arend van Spriel
2015-12-11  8:38   ` Kalle Valo
2015-12-10 12:43 ` [PATCH V2 07/13] brcmfmac: no interface combination check for single interface Arend van Spriel
2015-12-10 12:43 ` [PATCH V2 08/13] brcmfmac: Fix IBSS setup Arend van Spriel
2015-12-10 12:43 ` [PATCH V2 09/13] brcmfmac: fix waitqueue_active without memory barrier in brcmfmac driver Arend van Spriel
2015-12-10 12:43 ` [PATCH V2 10/13] brcmfmac: add 43242 device id for LG dongle Arend van Spriel
2015-12-10 12:43 ` [PATCH V2 11/13] brcmfmac: Change error print in debug print Arend van Spriel
2015-12-11  8:40   ` Kalle Valo
2015-12-11  9:09     ` Arend van Spriel
2015-12-10 12:43 ` [PATCH V2 12/13] brcmfmac: Move scheduled scan related interface layer structs Arend van Spriel
2015-12-10 12:43 ` [PATCH V2 13/13] brcmfmac: add arp offload ip address table configuration support Arend van Spriel
2015-12-11  9:12   ` Arend van Spriel
2015-12-11  9:29     ` Kalle Valo
2015-12-11  9:42       ` Arend van Spriel

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).