linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/16] brcm80211: patches providing new functionality
@ 2013-04-05  8:57 Arend van Spriel
  2013-04-05  8:57 ` [PATCH 01/16] brcmfmac: fix unaligned access in TXSTATUS signal handling Arend van Spriel
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Arend van Spriel @ 2013-04-05  8:57 UTC (permalink / raw)
  To: John W. Linville; +Cc: linux-wireless, Arend van Spriel

This series consist of patches completing/fixing firmware-signalling
functionality, and P2P device support for brcmfmac. For debugging, a
change has been made to obtain firmware console log through debugfs.

This series is intended for v3.10 kernel and applies to the master branch
of the wireless-next repository.

Arend van Spriel (14):
  brcmfmac: fix unaligned access in TXSTATUS signal handling
  brcmfmac: handle firmware signalling destination entry state
  brcmfmac: handle firmware signals requesting for packets
  brcmfmac: add hexadecimal trace of message payload
  brcmfmac: add role attribute to struct brcmf_if_event definition
  brcmfmac: remove condition for calling event handler
  brcmfmac: remove use of unconditional access of struct
    wireless_dev::netdev
  brcmfmac: use struct brcmf_if instance as parameter in
    brcmf_set_mpc()
  brcmfmac: use struct brcmf_if instance iso netdevice in escan
    functions
  brcmfmac: support creation of P2P_DEVICE through user-space
  brcmfmac: wait for firmware event when creating P2P_DEVICE interface
  brcmfmac: fix reception of P2P probe requests on P2P_DEVICE interface
  brcmfmac: obtain wdev using vif object in action frame rx
  brcmfmac: only use ifidx from BDC header in brcmf_rx_frames()

Piotr Haber (2):
  brcmfmac: read firmware console without trap indication
  brcmfmac: firmware shared data version fix

 drivers/net/wireless/brcm80211/brcmfmac/dhd.h      |    1 +
 drivers/net/wireless/brcm80211/brcmfmac/dhd_dbg.c  |    4 +
 drivers/net/wireless/brcm80211/brcmfmac/dhd_dbg.h  |    5 +
 .../net/wireless/brcm80211/brcmfmac/dhd_linux.c    |   37 ++--
 drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c |   35 ++--
 drivers/net/wireless/brcm80211/brcmfmac/fweh.c     |   15 +-
 drivers/net/wireless/brcm80211/brcmfmac/fweh.h     |    6 +-
 drivers/net/wireless/brcm80211/brcmfmac/fwil.c     |    1 +
 drivers/net/wireless/brcm80211/brcmfmac/fwsignal.c |  115 ++++++++++--
 drivers/net/wireless/brcm80211/brcmfmac/p2p.c      |  190 +++++++++++++++++---
 .../net/wireless/brcm80211/brcmfmac/tracepoint.h   |   14 ++
 .../net/wireless/brcm80211/brcmfmac/wl_cfg80211.c  |  123 +++++++------
 .../net/wireless/brcm80211/brcmfmac/wl_cfg80211.h  |   11 +-
 13 files changed, 408 insertions(+), 149 deletions(-)

-- 
1.7.10.4



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

end of thread, other threads:[~2013-04-05  8:58 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-05  8:57 [PATCH 00/16] brcm80211: patches providing new functionality Arend van Spriel
2013-04-05  8:57 ` [PATCH 01/16] brcmfmac: fix unaligned access in TXSTATUS signal handling Arend van Spriel
2013-04-05  8:57 ` [PATCH 02/16] brcmfmac: handle firmware signalling destination entry state Arend van Spriel
2013-04-05  8:57 ` [PATCH 03/16] brcmfmac: handle firmware signals requesting for packets Arend van Spriel
2013-04-05  8:57 ` [PATCH 04/16] brcmfmac: read firmware console without trap indication Arend van Spriel
2013-04-05  8:57 ` [PATCH 05/16] brcmfmac: firmware shared data version fix Arend van Spriel
2013-04-05  8:57 ` [PATCH 06/16] brcmfmac: add hexadecimal trace of message payload Arend van Spriel
2013-04-05  8:57 ` [PATCH 07/16] brcmfmac: add role attribute to struct brcmf_if_event definition Arend van Spriel
2013-04-05  8:57 ` [PATCH 08/16] brcmfmac: remove condition for calling event handler Arend van Spriel
2013-04-05  8:57 ` [PATCH 09/16] brcmfmac: remove use of unconditional access of struct wireless_dev::netdev Arend van Spriel
2013-04-05  8:57 ` [PATCH 10/16] brcmfmac: use struct brcmf_if instance as parameter in brcmf_set_mpc() Arend van Spriel
2013-04-05  8:57 ` [PATCH 11/16] brcmfmac: use struct brcmf_if instance iso netdevice in escan functions Arend van Spriel
2013-04-05  8:57 ` [PATCH 12/16] brcmfmac: support creation of P2P_DEVICE through user-space Arend van Spriel
2013-04-05  8:57 ` [PATCH 13/16] brcmfmac: wait for firmware event when creating P2P_DEVICE interface Arend van Spriel
2013-04-05  8:57 ` [PATCH 14/16] brcmfmac: fix reception of P2P probe requests on " Arend van Spriel
2013-04-05  8:57 ` [PATCH 15/16] brcmfmac: obtain wdev using vif object in action frame rx Arend van Spriel
2013-04-05  8:57 ` [PATCH 16/16] brcmfmac: only use ifidx from BDC header in brcmf_rx_frames() 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).