All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Arend van Spriel" <arend@broadcom.com>
To: "John W. Linville" <linville@tuxdriver.com>
Cc: "Linux Wireless List" <linux-wireless@vger.kernel.org>,
	"Arend van Spriel" <arend@broadcom.com>
Subject: [PATCH 00/12] brcmfmac: cleanup and chip workaround for unsecure AP
Date: Wed, 6 Feb 2013 18:40:35 +0100	[thread overview]
Message-ID: <1360172447-2424-1-git-send-email-arend@broadcom.com> (raw)

Some cleanup items moving to interface oriented code to allow
dealing with multiple interfaces, which is going to be needed
soon.

Some other patches in this series fix connecting issues with
an AP that is configured without security. Turns out the bcm43236
specifically needs this workaround.

This series is intended for v3.9 and applies to the wireless-next
repository.

Arend van Spriel (3):
  brcmfmac: add chip information to the bus interface
  brcmfmac: add function to retrieve chip information
  brcmfmac: fix problem connecting to AP without security

Hante Meuleman (9):
  brcmfmac: Remove drvr_up from bus interface.
  brcmfmac: Remove copy mac address from drvr at netdev up.
  brcmfmac: Use struct brcmf_if in brcmf_configure_opensecurity.
  brcmfmac: Track pending 8021x frames per ifp.
  brcmfmac: Add logging for FIL int set/get cmds.
  brcmfmac: Track statistics per ifp.
  brcmfmac: Update tracelogging for multiple netdevs.
  brcmfmac: Cleanup function brcmf_notifiy_connect_status_ap.
  brcmfmac: Use single function for channel to chanspec.

 drivers/net/wireless/brcm80211/brcmfmac/dhd.h      |    8 +-
 drivers/net/wireless/brcm80211/brcmfmac/dhd_bus.h  |   19 +--
 .../net/wireless/brcm80211/brcmfmac/dhd_linux.c    |  142 +++++++++-----------
 drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c |   18 +--
 drivers/net/wireless/brcm80211/brcmfmac/fwil.c     |    2 +
 drivers/net/wireless/brcm80211/brcmfmac/usb.c      |   11 +-
 .../net/wireless/brcm80211/brcmfmac/wl_cfg80211.c  |  111 +++++++--------
 7 files changed, 134 insertions(+), 177 deletions(-)

-- 
1.7.10.4



             reply	other threads:[~2013-02-06 17:42 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-06 17:40 Arend van Spriel [this message]
2013-02-06 17:40 ` [PATCH 01/12] brcmfmac: Remove drvr_up from bus interface Arend van Spriel
2013-02-06 17:40 ` [PATCH 02/12] brcmfmac: Remove copy mac address from drvr at netdev up Arend van Spriel
2013-02-06 17:40 ` [PATCH 03/12] brcmfmac: Use struct brcmf_if in brcmf_configure_opensecurity Arend van Spriel
2013-02-06 17:40 ` [PATCH 04/12] brcmfmac: Track pending 8021x frames per ifp Arend van Spriel
2013-02-06 17:40 ` [PATCH 05/12] brcmfmac: Add logging for FIL int set/get cmds Arend van Spriel
2013-02-06 17:40 ` [PATCH 06/12] brcmfmac: Track statistics per ifp Arend van Spriel
2013-02-06 17:40 ` [PATCH 07/12] brcmfmac: Update tracelogging for multiple netdevs Arend van Spriel
2013-02-06 17:40 ` [PATCH 08/12] brcmfmac: Cleanup function brcmf_notifiy_connect_status_ap Arend van Spriel
2013-02-06 17:40 ` [PATCH 09/12] brcmfmac: Use single function for channel to chanspec Arend van Spriel
2013-02-06 17:40 ` [PATCH 10/12] brcmfmac: add chip information to the bus interface Arend van Spriel
2013-02-06 17:40 ` [PATCH 11/12] brcmfmac: add function to retrieve chip information Arend van Spriel
2013-02-06 17:40 ` [PATCH 12/12] brcmfmac: fix problem connecting to AP without security Arend van Spriel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1360172447-2424-1-git-send-email-arend@broadcom.com \
    --to=arend@broadcom.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.