All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Buesch <mb@bu3sch.de>
To: Larry Finger <Larry.Finger@lwfinger.net>
Cc: linville@tuxdriver.com, bcm43xx-dev@lists.berlios.de,
	netdev@vger.kernel.org
Subject: Re: Please pull bcm43xx-d80211 bugfixes and new features
Date: Tue, 3 Oct 2006 13:58:33 +0200	[thread overview]
Message-ID: <200610031358.33760.mb@bu3sch.de> (raw)
In-Reply-To: <4521DCBB.2030201@lwfinger.net>

On Tuesday 03 October 2006 05:44, Larry Finger wrote:
> Michael Buesch wrote:
> > Hi John,
> > 
> > Please pull from my tree
> > git pull http://bu3sch.de/git/wireless-dev.git for-linville
> > 
> > This will pull various bugfixes and feature improvements.
> > Most noteably it will pull a bugfix for a crash introduced
> > by an earlier patch to d80211 which changed RX status information
> > handling.
> > 
> > The new features include support for the new v4 firmware.
> > I also did my homework to get better support for OpenWRT
> > devices in ssb.
> > 
> > 
> > The list of pulled changesets is:
> > 
> > Michael Buesch:
> >       ssb: Abstract bus accesses.
> >       bcm43xx-d80211: convert to ssb abstract bus access API
> >       bcm43xx-d80211: Don't crash if we use v4 firmware.
> >       bcm43xx-d80211: Always make fwpostfix option available.
> >       bcm43xx-d80211: Firmware revision/patchlevel detection.
> >       bcm43xx-d80211: Add support for v4 firmware.
> >       bcm43xx-d80211: add SHM constants
> >       bcm43xx-d80211: Don't use low level netif and ieee80211_netif_oper functions.
> >       bcm43xx-d80211: DMA-mask fixes.
> >       bcm43xx-d80211: Remove some BCM947XX ifdefs,
> >       Merge branch 'master' of git://kernel.org/.../linville/wireless-dev
> >       bcm43xx-d80211: Assign all fields in the RX status report.
> >       bcm43xx-d80211: Set channel cookie to prevent ghost packets.
> >       bcm43xx-d80211: Prevent crash by setting active wlcore to NULL on wlcore-select failure.
> > 
> > 
> > The diffstat is:
> > 
> >  drivers/misc/ssb.c                                 |  431 ++++++-----
> >  drivers/net/wireless/d80211/bcm43xx/bcm43xx.h      |  143 +++
> >  .../net/wireless/d80211/bcm43xx/bcm43xx_debugfs.c  |  295 +++-----
> >  .../net/wireless/d80211/bcm43xx/bcm43xx_debugfs.h  |   35 -
> >  drivers/net/wireless/d80211/bcm43xx/bcm43xx_dma.c  |  149 ++--
> >  drivers/net/wireless/d80211/bcm43xx/bcm43xx_dma.h  |   18 
> >  drivers/net/wireless/d80211/bcm43xx/bcm43xx_leds.c |   16 
> >  drivers/net/wireless/d80211/bcm43xx/bcm43xx_main.c |  820 +++++++++-----------
> >  drivers/net/wireless/d80211/bcm43xx/bcm43xx_phy.c  |   76 +-
> >  drivers/net/wireless/d80211/bcm43xx/bcm43xx_pio.c  |  104 +--
> >  drivers/net/wireless/d80211/bcm43xx/bcm43xx_pio.h  |   12 
> >  .../net/wireless/d80211/bcm43xx/bcm43xx_power.c    |  125 +---
> >  .../net/wireless/d80211/bcm43xx/bcm43xx_radio.c    |  143 ++--
> >  .../net/wireless/d80211/bcm43xx/bcm43xx_radio.h    |    1 
> >  drivers/net/wireless/d80211/bcm43xx/bcm43xx_xmit.c |  309 +++++++-
> >  drivers/net/wireless/d80211/bcm43xx/bcm43xx_xmit.h |  247 +++++-
> >  include/linux/ssb.h                                |   71 +-
> >  17 files changed, 1681 insertions(+), 1314 deletions(-)
> > 
> Michael,
> 
> There is something wrong with wireless-dev after I pulled your changes. The logs are:
> 
> kernel: ssb: Core 0 found: cc 0800, rev 02, vendor 4243
> kernel: ssb: Core 1 found: cc 0812, rev 04, vendor 4243
> kernel: ssb: Core 2 found: cc 080D, rev 01, vendor 4243
> kernel: ssb: Core 3 found: cc 0807, rev 01, vendor 4243
> kernel: ssb: Core 4 found: cc 0804, rev 07, vendor 4243
> kernel: ssb: Core 5 found: cc 0812, rev 04, vendor 4243
> kernel: bcm43xx_d80211: Ignoring additional 802.11 core.
> kernel: bcm43xx_d80211: Broadcom 4306 WLAN found
> kernel: ssb: Switching to core 4
> kernel: bcm43xx_d80211: PHY connected
> kernel: ssb: Switching to core 1
> kernel: bcm43xx_d80211: Detected PHY: Version: 1, Type 2, Revision 1
> kernel: bcm43xx_d80211: Detected Radio: ID: 2205017f (Manuf: 17f Ver: 2050 Rev: 2)
> kernel: bcm43xx_d80211: Radio turned off
> kernel: bcm43xx_d80211: Radio turned off
> kernel: wmaster0: Selected rate control algorithm 'simple'
> kernel: bcm43xx_d80211: Virtual interface added (type: 0x00000002, ID: 4, MAC: 00
> :06:25:40:6f:03)
> kernel: bcm43xx_d80211: PHY connected
> kernel: bcm43xx_d80211: PHY disconnected
> kernel: bcm43xx_d80211: PHY connected
> kernel: bcm43xx_d80211: firmware revision FE84, patchlevel 90B4, date 2000-14-248
>   29:46:18

Uhm, which firmware are you running?

> kernel: ssb: Switching to core 0
> kernel: ssb: Switching to core 1
> kernel: bcm43xx_d80211: Radio turned on
> kernel: bcm43xx_d80211: Chip initialized
> kernel: bcm43xx_d80211: 30-bit DMA initialized
> kernel: bcm43xx_d80211: TODO: Incomplete code in keymac_write() at 
> drivers/net/wireless/d80211/bcm43xx/bcm43xx_main.c:871
> .....
> kernel: bcm43xx_d80211: Keys cleared
> kernel: bcm43xx_d80211: Selected 802.11 core (phytype 2)
> kernel: wmaster0: Does not support passive scan, disabled
> kernel: wlan1: starting scan
> kernel: HW CONFIG: channel=1 freq=2412 phymode=3
> kernel: HW CONFIG: channel=2 freq=2417 phymode=3
> kernel: bcm43xx_d80211: FATAL ERROR: BCM43xx_IRQ_XMIT_ERROR
> kernel: bcm43xx_d80211: ASSERTION FAILED (0) at: 
> drivers/net/wireless/d80211/bcm43xx/bcm43xx_dma.c:1020:parse_cookie()
> kernel: bcm43xx_d80211: ASSERTION FAILED (ring && *slot >= 0 && *slot < ring->nr_slots) at: 
> drivers/net/wireless/d80211/bcm43xx/bcm43xx_dma.c:1023:parse_cookie()
> kernel: bcm43xx_d80211: FATAL ERROR: BCM43xx_IRQ_XMIT_ERROR
> kernel: bcm43xx_d80211: ASSERTION FAILED (0) at: 
> drivers/net/wireless/d80211/bcm43xx/bcm43xx_dma.c:1020:parse_cookie()
> kernel: bcm43xx_d80211: ASSERTION FAILED (ring && *slot >= 0 && *slot < ring->nr_
> slots) at: drivers/net/wireless/d80211/bcm43xx/bcm43xx_dma.c:1023:parse_cookie()
> 
> If you need any other info, please contact me.
> 
> Larry
> 

-- 
Greetings Michael.

  reply	other threads:[~2006-10-03 11:58 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-02 16:43 Please pull bcm43xx-d80211 bugfixes and new features Michael Buesch
2006-10-03  3:44 ` Larry Finger
2006-10-03 11:58   ` Michael Buesch [this message]
     [not found]     ` <200610031358.33760.mb-fseUSCV1ubazQB+pC5nmwQ@public.gmane.org>
2006-10-03 12:36       ` Martin Langer
2006-10-03 13:05         ` Michael Buesch
2006-10-03 14:36       ` Larry Finger
     [not found]         ` <45227569.6070901-tQ5ms3gMjBLk1uMJSBkQmQ@public.gmane.org>
2006-10-03 14:48           ` Michael Buesch
2006-10-03 15:07             ` Larry Finger
2006-10-03 15:12             ` Martin Langer
2006-10-03 15:14               ` Michael Buesch

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=200610031358.33760.mb@bu3sch.de \
    --to=mb@bu3sch.de \
    --cc=Larry.Finger@lwfinger.net \
    --cc=bcm43xx-dev@lists.berlios.de \
    --cc=linville@tuxdriver.com \
    --cc=netdev@vger.kernel.org \
    /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.