Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Sep 2003 00:00:52 -0400
From:      David Gilbert <dgilbert@dclg.ca>
To:        freebsd-current@freebsd.org, freebsd-mobile@freebsd.org
Subject:   wi hostap recently screwed.
Message-ID:  <16241.5876.725602.924641@canoe.dclg.ca>

next in thread | raw e-mail | index | archive | help
Obviously I don't understand enough about locks.  A recent (last week
or two) checkin screwed the wi driver such that it panic's saying that
ic_nodelock is used recursively first in line 525 and then in 547 of
net80211/ieee80211_node.c.

On my own, I tried chaging line 87 to mtx_init() the lock with
MTX_RECURSE, but this causes the kernel to panic on line 472 saying
something about trying to spin.

I'm relatively certain that this is all only caused by hostap mode
... it doesn't appear to happen on my laptop (also running this week's
current).

... Now, that said, some of my disassociation problems on the laptop
seem to have cured (associating with other access points) ...

So I need help with this really large bug in the wi code.

Dave.

-- 
============================================================================
|David Gilbert, Independent Contractor.       | Two things can only be     |
|Mail:       dave@daveg.ca                    |  equal if and only if they |
|http://daveg.ca                              |   are precisely opposite.  |
=========================================================GLO================



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?16241.5876.725602.924641>