linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/11] brcmfmac: cleanup and support for AP mode
@ 2012-09-27 12:17 Arend van Spriel
  2012-09-27 12:17 ` [PATCH 01/11] brcmfmac: use wait_event_timeout for fw control packets over usb Arend van Spriel
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Arend van Spriel @ 2012-09-27 12:17 UTC (permalink / raw)
  To: John W. Linville; +Cc: Linux Wireless List, Arend van Spriel

This patch series delivers AP mode functionality for the brcmfmac
driver. Other changes involve cleanup or minor fixes.

This series is intended for v3.7 and depends on patch sent by Dan
Carpenter identified by:

Message-ID: <20120926072148.GA3956@elgon.mountain>
  brcmfmac: use kcalloc() to prevent integer overflow

Arend van Spriel (6):
  brcmfmac: get rid of extern keyword in wl_cfg80211.h
  brcmfmac: use brcmf_cfg80211_priv to interface with wl_cfg80211 code
  brcmfmac: remove two obsolete structure definitions
  brcmfmac: rename structure brcmf_cfg80211_priv
  brcmfmac: remove brcmf_read_prof() function
  brcmfmac: remove brcmf_update_prof() function

Hante Meuleman (5):
  brcmfmac: use wait_event_timeout for fw control packets over usb.
  brcmfmac: use different fw api for encryption,auth. config
  brcmfmac: use define instead of hardcoded values.
  brcmfmac: notify common driver about usb tx completion.
  brcmfmac: add hostap supoort.

 drivers/net/wireless/brcm80211/brcmfmac/dhd.h      |   33 +-
 .../net/wireless/brcm80211/brcmfmac/dhd_common.c   |   46 +
 drivers/net/wireless/brcm80211/brcmfmac/usb.c      |   48 +-
 .../net/wireless/brcm80211/brcmfmac/wl_cfg80211.c  | 2412 +++++++++++++-------
 .../net/wireless/brcm80211/brcmfmac/wl_cfg80211.h  |   81 +-
 5 files changed, 1762 insertions(+), 858 deletions(-)

-- 
1.7.9.5



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

end of thread, other threads:[~2012-09-27 12:18 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-27 12:17 [PATCH 00/11] brcmfmac: cleanup and support for AP mode Arend van Spriel
2012-09-27 12:17 ` [PATCH 01/11] brcmfmac: use wait_event_timeout for fw control packets over usb Arend van Spriel
2012-09-27 12:17 ` [PATCH 02/11] brcmfmac: use different fw api for encryption,auth. config Arend van Spriel
2012-09-27 12:17 ` [PATCH 03/11] brcmfmac: use define instead of hardcoded values Arend van Spriel
2012-09-27 12:17 ` [PATCH 04/11] brcmfmac: notify common driver about usb tx completion Arend van Spriel
2012-09-27 12:17 ` [PATCH 05/11] brcmfmac: get rid of extern keyword in wl_cfg80211.h Arend van Spriel
2012-09-27 12:17 ` [PATCH 06/11] brcmfmac: use brcmf_cfg80211_priv to interface with wl_cfg80211 code Arend van Spriel
2012-09-27 12:17 ` [PATCH 07/11] brcmfmac: remove two obsolete structure definitions Arend van Spriel
2012-09-27 12:17 ` [PATCH 08/11] brcmfmac: add hostap supoort Arend van Spriel
2012-09-27 12:17 ` [PATCH 09/11] brcmfmac: rename structure brcmf_cfg80211_priv Arend van Spriel
2012-09-27 12:17 ` [PATCH 10/11] brcmfmac: remove brcmf_read_prof() function Arend van Spriel
2012-09-27 12:17 ` [PATCH 11/11] brcmfmac: remove brcmf_update_prof() function 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).