Home
last modified time | relevance | path

Searched refs:must_restore (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_ani.c245 ahp->ah_ani[i].must_restore = AH_FALSE; in ar9300_ani_attach()
962 chan->ic_flags, is_scanning, ani_state->must_restore, in ar9300_ani_reset()
979 ani_state->must_restore = AH_TRUE; in ar9300_ani_reset()
995 chan->ic_flags, is_scanning, ani_state->must_restore, in ar9300_ani_reset()
1002 ani_state->must_restore = AH_FALSE; in ar9300_ani_reset()
1193 if (ani_state->must_restore) { in ar9300_ani_ar_poll()
H A Dar9300.h155 HAL_BOOL must_restore; member