Date: Sun, 30 Nov 2008 18:56:41 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r185481 - head/sys/dev/ath Message-ID: <200811301856.mAUIufvm098776@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sam Date: Sun Nov 30 18:56:41 2008 New Revision: 185481 URL: http://svn.freebsd.org/changeset/base/185481 Log: sync w/ p4 branch Modified: head/sys/dev/ath/if_ath.c Modified: head/sys/dev/ath/if_ath.c ============================================================================== --- head/sys/dev/ath/if_ath.c Sun Nov 30 18:34:27 2008 (r185480) +++ head/sys/dev/ath/if_ath.c Sun Nov 30 18:56:41 2008 (r185481) @@ -1266,7 +1266,8 @@ ath_fatal_proc(void *arg, int pending) static void ath_bmiss_vap(struct ieee80211vap *vap) { - struct ath_softc *sc = vap->iv_ic->ic_ifp->if_softc; + struct ifnet *ifp = vap->iv_ic->ic_ifp; + struct ath_softc *sc = ifp->if_softc; u_int64_t lastrx = sc->sc_lastrx; u_int64_t tsf = ath_hal_gettsf64(sc->sc_ah); u_int bmisstimeout =
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811301856.mAUIufvm098776>