linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/11] brcm80211: bugfixes, cleanup, and bcm4313 iPA support
@ 2012-11-28 20:44 Arend van Spriel
  2012-11-28 20:44 ` [PATCH 01/11] brcm80211: update the MAINTAINERS file Arend van Spriel
                   ` (10 more replies)
  0 siblings, 11 replies; 14+ messages in thread
From: Arend van Spriel @ 2012-11-28 20:44 UTC (permalink / raw)
  To: John W. Linville; +Cc: Linux Wireless List, Arend van Spriel

This series contain a bugfix for brcmfmac and one for brcmsmac. Other cleanup
changes are in preparation for vif support in brcmfmac and the isr code in
brcmsmac needed cleanup as well. The other change involves support for internal
PA variant of the bcm4313 chip.

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

Arend van Spriel (3):
  brcm80211: update the MAINTAINERS file
  brcmfmac: get rid of struct brcmf_cfg80211_info::link_up attribute
  brcmfmac: remove mode from struct brcmf_cfg80211_conf

Hante Meuleman (2):
  brcmfmac: fix bug in setting mgmt ie and parsing vndrs ie.
  brcmfmac: change debug output for received event.

Piotr Haber (6):
  brcmsmac: handle packet drop during transmit correctly
  brcmsmac: cleanup in isr code
  brcmsmac: fix bounds checking in tx/rx
  brcmsmac: hardware info in debugfs
  brcmsmac: move PHY functions
  brcmsmac: support 4313iPA

 MAINTAINERS                                        |    3 +-
 drivers/net/wireless/brcm80211/brcmfmac/fweh.c     |    4 +-
 .../net/wireless/brcm80211/brcmfmac/wl_cfg80211.c  |  141 +++---
 .../net/wireless/brcm80211/brcmfmac/wl_cfg80211.h  |    3 -
 drivers/net/wireless/brcm80211/brcmsmac/debug.c    |  112 +++++
 drivers/net/wireless/brcm80211/brcmsmac/debug.h    |   23 +
 .../net/wireless/brcm80211/brcmsmac/mac80211_if.c  |   29 +-
 drivers/net/wireless/brcm80211/brcmsmac/main.c     |   61 +--
 .../net/wireless/brcm80211/brcmsmac/phy/phy_lcn.c  |  471 ++++++++++++--------
 .../wireless/brcm80211/brcmsmac/phy/phytbl_lcn.c   |   64 +--
 drivers/net/wireless/brcm80211/brcmsmac/pub.h      |    5 +-
 11 files changed, 567 insertions(+), 349 deletions(-)

-- 
1.7.10.4



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

end of thread, other threads:[~2012-11-29 17:59 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-28 20:44 [PATCH 00/11] brcm80211: bugfixes, cleanup, and bcm4313 iPA support Arend van Spriel
2012-11-28 20:44 ` [PATCH 01/11] brcm80211: update the MAINTAINERS file Arend van Spriel
2012-11-28 20:44 ` [PATCH 02/11] brcmsmac: handle packet drop during transmit correctly Arend van Spriel
2012-11-28 20:44 ` [PATCH 03/11] brcmsmac: cleanup in isr code Arend van Spriel
2012-11-28 20:44 ` [PATCH 04/11] brcmsmac: fix bounds checking in tx/rx Arend van Spriel
2012-11-28 20:44 ` [PATCH 05/11] brcmsmac: hardware info in debugfs Arend van Spriel
2012-11-29 17:08   ` Seth Forshee
2012-11-29 17:59     ` Arend van Spriel
2012-11-28 20:44 ` [PATCH 06/11] brcmsmac: move PHY functions Arend van Spriel
2012-11-28 20:44 ` [PATCH 07/11] brcmsmac: support 4313iPA Arend van Spriel
2012-11-28 20:44 ` [PATCH 08/11] brcmfmac: get rid of struct brcmf_cfg80211_info::link_up attribute Arend van Spriel
2012-11-28 20:44 ` [PATCH 09/11] brcmfmac: remove mode from struct brcmf_cfg80211_conf Arend van Spriel
2012-11-28 20:44 ` [PATCH 10/11] brcmfmac: fix bug in setting mgmt ie and parsing vndrs ie Arend van Spriel
2012-11-28 20:44 ` [PATCH 11/11] brcmfmac: change debug output for received event 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).