1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-04 09:09:56 +00:00

remove reference to sc_tdmabintcnt; it was removed in r190848

This commit is contained in:
Sam Leffler 2009-04-13 03:20:21 +00:00
parent 0685c824ca
commit 89047529ac
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=190986

View File

@ -6987,7 +6987,6 @@ ath_tdma_bintvalsetup(struct ath_softc *sc,
{
/* copy from vap state (XXX check all vaps have same value?) */
sc->sc_tdmaslotlen = tdma->tdma_slotlen;
sc->sc_tdmabintcnt = tdma->tdma_bintval;
sc->sc_tdmabintval = roundup((sc->sc_tdmaslotlen+sc->sc_tdmaguard) *
tdma->tdma_slotcnt, 1024);