linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/16] brcmfmac: new device support and P2P fixes
@ 2015-09-18 20:08 Arend van Spriel
  2015-09-18 20:08 ` [PATCH 01/16] brcmfmac: Fix exception handling Arend van Spriel
                   ` (18 more replies)
  0 siblings, 19 replies; 32+ messages in thread
From: Arend van Spriel @ 2015-09-18 20:08 UTC (permalink / raw)
  To: Kalle Valo; +Cc: linux-wireless, Arend van Spriel

This series is intended for v4.4 containing the following highlights:

* support for BCM4350, BCM4365, and BCM4366 PCIE devices.
* fixed for legacy P2P and P2P device handling.
* correct set and get tx-power.

The series should be applied to master branch of the wireless-drivers-next
repository after the series sent earlier with
Message-ID: <1440620104-2715-1-git-send-email-arend@broadcom.com>
and patch "brcmfmac: Reset PCIE devices after recognition." with
Message-ID: <1440684846-17214-1-git-send-email-arend@broadcom.com>.

Hante Meuleman (16):
  brcmfmac: Fix exception handling.
  brcmfmac: Add support for the BCM4350 PCIE device.
  brcmfmac: Fix set and get tx-power functions.
  brcmfmac: Only assign primary netdev to if2bss array.
  brcmfmac: Inform p2p module about p2pon through API
  brcmfmac: Fix bug in flowring management.
  brcmfmac: Make p2pon module param always available.
  brcmfmac: Workaround in change vif for wpa_supplicant support.
  brcmfmac: Deleting of p2p device is leaking memory.
  brcmfmac: Only handle p2p_stop_device if vif is valid
  brcmfmac: Fix p2p bug for older firmwares.
  brcmfmac: Add module parameter to disable features.
  brcmfmac: Fix race condition bug when deleting p2p interface.
  brcmfmac: Add support for the BCM4365 and BCM4366 PCIE devices.
  brcmfmac: Fix TDLS setup by properly handling p2p noif.
  brcmfmac: Accept events when TDLS is used in combination with p2p.

 drivers/net/wireless/brcm80211/brcmfmac/cfg80211.c | 186 +++++++--------------
 drivers/net/wireless/brcm80211/brcmfmac/cfg80211.h |   3 +-
 drivers/net/wireless/brcm80211/brcmfmac/chip.c     | 111 ++++++++++--
 drivers/net/wireless/brcm80211/brcmfmac/core.c     |  34 +++-
 drivers/net/wireless/brcm80211/brcmfmac/feature.c  |  13 ++
 drivers/net/wireless/brcm80211/brcmfmac/flowring.h |   2 +-
 drivers/net/wireless/brcm80211/brcmfmac/fweh.c     |  26 ++-
 drivers/net/wireless/brcm80211/brcmfmac/fweh.h     |   3 +
 drivers/net/wireless/brcm80211/brcmfmac/p2p.c      |  92 ++++++----
 drivers/net/wireless/brcm80211/brcmfmac/p2p.h      |   5 +-
 drivers/net/wireless/brcm80211/brcmfmac/pcie.c     |  31 ++++
 .../net/wireless/brcm80211/include/brcm_hw_ids.h   |  11 ++
 include/linux/bcma/bcma.h                          |   2 +
 13 files changed, 331 insertions(+), 188 deletions(-)

-- 
1.9.1


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

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

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-18 20:08 [PATCH 00/16] brcmfmac: new device support and P2P fixes Arend van Spriel
2015-09-18 20:08 ` [PATCH 01/16] brcmfmac: Fix exception handling Arend van Spriel
2015-09-19  9:43   ` Arend van Spriel
2015-09-29  7:57   ` [01/16] " Kalle Valo
2015-09-18 20:08 ` [PATCH 02/16] brcmfmac: Add support for the BCM4350 PCIE device Arend van Spriel
2015-09-18 20:08 ` [PATCH 03/16] brcmfmac: Fix set and get tx-power functions Arend van Spriel
2015-09-18 20:08 ` [PATCH 04/16] brcmfmac: Only assign primary netdev to if2bss array Arend van Spriel
2015-09-18 20:08 ` [PATCH 05/16] brcmfmac: Inform p2p module about p2pon through API Arend van Spriel
2015-09-18 20:08 ` [PATCH 06/16] brcmfmac: Fix bug in flowring management Arend van Spriel
2015-09-18 20:08 ` [PATCH 07/16] brcmfmac: Make p2pon module param always available Arend van Spriel
2015-09-18 20:08 ` [PATCH 08/16] brcmfmac: Workaround in change vif for wpa_supplicant support Arend van Spriel
2015-09-18 20:08 ` [PATCH 09/16] brcmfmac: Deleting of p2p device is leaking memory Arend van Spriel
2015-09-18 20:08 ` [PATCH 10/16] brcmfmac: Only handle p2p_stop_device if vif is valid Arend van Spriel
2015-09-18 20:08 ` [PATCH 11/16] brcmfmac: Fix p2p bug for older firmwares Arend van Spriel
2015-09-18 20:08 ` [PATCH 12/16] brcmfmac: Add module parameter to disable features Arend van Spriel
2015-09-18 20:08 ` [PATCH 13/16] brcmfmac: Fix race condition bug when deleting p2p interface Arend van Spriel
2015-09-18 20:08 ` [PATCH 14/16] brcmfmac: Add support for the BCM4365 and BCM4366 PCIE devices Arend van Spriel
2015-09-18 20:08 ` [PATCH 15/16] brcmfmac: Fix TDLS setup by properly handling p2p noif Arend van Spriel
2015-09-18 20:08 ` [PATCH 16/16] brcmfmac: Accept events when TDLS is used in combination with p2p Arend van Spriel
2015-09-19  9:43   ` Arend van Spriel
2015-09-18 21:29 ` [PATCH 00/16] brcmfmac: new device support and P2P fixes Rafał Miłecki
2015-09-19  9:40   ` Arend van Spriel
2015-09-19 14:24   ` Arend van Spriel
2015-09-19 15:05     ` Rafał Miłecki
2015-09-19 16:32       ` Arend van Spriel
2015-09-21 12:17         ` Kalle Valo
2015-09-28 17:48 ` Arend van Spriel
2015-09-28 18:14   ` Pending patches in patchwork and their states Kalle Valo
2016-01-09 23:48 ` [PATCH 00/16] brcmfmac: new device support and P2P fixes Rafał Miłecki
2016-01-10 20:59   ` Arend van Spriel
2016-01-10 21:12     ` Rafał Miłecki
2016-01-11  8:33       ` 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).