Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Aug 2011 10:15:31 -0700
From:      Edgar Martinez <emartinez@kbcnetworks.com>
To:        "freebsd-wireless@freebsd.org" <freebsd-wireless@freebsd.org>
Subject:   XR9 w 8.2 Stable
Message-ID:  <957EB052144AA64AB39F7AB26878320101215E9B2E@VA3DIAXVS881.RED001.local>

index | next in thread | raw e-mail

ath0: stuck beacon; resetting (bmiss count 4)
ath0: bad series0 hwrate 0xb, tries 1 ts_status 0x0
Expensive timeout(9) function: 0xc0470bf0(0xc407c000) 0.003996090 s

(gdb) print 0xc0470bf0
$1 = 3225881584

(gdb) list *0xc0470bf0
0xc0470bf0 is in ath_calibrate (/usr/src/sys/dev/ath/if_ath.c:5408).
5403     * Periodically recalibrate the PHY to account
5404     * for temperature/environment changes.
5405     */
5406    static void
5407    ath_calibrate(void *arg)
5408    {
5409            struct ath_softc *sc = arg;
5410            struct ath_hal *ah = sc->sc_ah;
5411            struct ifnet *ifp = sc->sc_ifp;
5412            struct ieee80211com *ic = ifp->if_l2com;


help

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