linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] brcmsmac fixes and driver cleanup
@ 2011-08-23 12:13 Arend van Spriel
  2011-08-23 12:13 ` [PATCH 1/8] staging: brcm80211: only enable brcmsmac if bcma is not set Arend van Spriel
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Arend van Spriel @ 2011-08-23 12:13 UTC (permalink / raw)
  To: gregkh; +Cc: devel, linux-wireless, Arend van Spriel

With 3.1 kernel the crc8 and cordic library modules are available in the
staging tree. The brcmsmac driver now uses them. Some small fixes have
been made and the driver is made to work on the Sparc platform.

This series applies to staging-next and depends on the following patch set:

Message-ID: <1313415267-5264-1-git-send-email-arend@broadcom.com>

Arend van Spriel (4):
  staging: brcm80211: make use of crc8 library function
  staging: brcm80211: make use of cordic library function
  staging: brcm80211: fix rtnl_lock issue when bringing down brcmfmac
  staging: brcm80211: fill in proper rx rate in mac80211 rx status

Franky Lin (1):
  staging: brcm80211: fix checkpatch warning in fullmac

Henry Ptasinski (1):
  staging: brcm80211: only enable brcmsmac if bcma is not set

Roland Vossen (2):
  staging: brcm80211: bugfix for exception on Sparc platforms
  staging: brcm80211: bugfix for fifo problem on 64 bits platforms.

 drivers/staging/brcm80211/Kconfig                |    3 +
 drivers/staging/brcm80211/brcmfmac/wl_cfg80211.c |    7 ++
 drivers/staging/brcm80211/brcmfmac/wl_cfg80211.h |    2 +-
 drivers/staging/brcm80211/brcmsmac/dma.c         |    7 ++-
 drivers/staging/brcm80211/brcmsmac/mac80211_if.c |    9 ++-
 drivers/staging/brcm80211/brcmsmac/mac80211_if.h |    6 ++
 drivers/staging/brcm80211/brcmsmac/main.c        |   15 ++++-
 drivers/staging/brcm80211/brcmsmac/phy/phy_cmn.c |   62 -------------------
 drivers/staging/brcm80211/brcmsmac/phy/phy_int.h |    1 -
 drivers/staging/brcm80211/brcmsmac/phy/phy_lcn.c |    7 +-
 drivers/staging/brcm80211/brcmsmac/phy/phy_n.c   |   14 +++--
 drivers/staging/brcm80211/brcmsmac/srom.c        |   20 +++++-
 drivers/staging/brcm80211/brcmutil/utils.c       |   69 ----------------------
 drivers/staging/brcm80211/include/brcmu_utils.h  |    5 --
 14 files changed, 71 insertions(+), 156 deletions(-)

-- 
1.7.4.1



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

end of thread, other threads:[~2011-08-24  6:35 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-23 12:13 [PATCH 0/8] brcmsmac fixes and driver cleanup Arend van Spriel
2011-08-23 12:13 ` [PATCH 1/8] staging: brcm80211: only enable brcmsmac if bcma is not set Arend van Spriel
2011-08-23 12:13 ` [PATCH 2/8] staging: brcm80211: make use of crc8 library function Arend van Spriel
2011-08-23 12:13 ` [PATCH 3/8] staging: brcm80211: make use of cordic " Arend van Spriel
2011-08-23 12:13 ` [PATCH 4/8] staging: brcm80211: fix checkpatch warning in fullmac Arend van Spriel
2011-08-23 12:13 ` [PATCH 5/8] staging: brcm80211: fix rtnl_lock issue when bringing down brcmfmac Arend van Spriel
2011-08-23 12:13 ` [PATCH 6/8] staging: brcm80211: bugfix for exception on Sparc platforms Arend van Spriel
2011-08-23 12:13 ` [PATCH 7/8] staging: brcm80211: bugfix for fifo problem on 64 bits platforms Arend van Spriel
2011-08-23 12:14 ` [PATCH 8/8] staging: brcm80211: fill in proper rx rate in mac80211 rx status Arend van Spriel
2011-08-23 20:12 ` [PATCH 0/8] brcmsmac fixes and driver cleanup Greg KH
2011-08-24  6:34   ` 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).