mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
sync w/ p4 branch
This commit is contained in:
parent
459bc4f0dd
commit
a7ace8438c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=185481
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user