remove reference to sc_tdmabintcnt; it was removed in r190848

This commit is contained in:
sam 2009-04-13 03:20:21 +00:00
parent 602feb88d6
commit bb9a54af62

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);