summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2009-04-13 03:20:21 +0000
committersam <sam@FreeBSD.org>2009-04-13 03:20:21 +0000
commitbb9a54af623385ebe08e4abb6c81ffcfd2165656 (patch)
tree6b4296b573151423941b97080e0585985b302597 /sys/dev/ath
parent602feb88d638d3b2f8d937af06e35ce5c43774b9 (diff)
downloadFreeBSD-src-bb9a54af623385ebe08e4abb6c81ffcfd2165656.zip
FreeBSD-src-bb9a54af623385ebe08e4abb6c81ffcfd2165656.tar.gz
remove reference to sc_tdmabintcnt; it was removed in r190848
Diffstat (limited to 'sys/dev/ath')
-rw-r--r--sys/dev/ath/if_ath.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/ath/if_ath.c b/sys/dev/ath/if_ath.c
index 32fbbe8..f92126d 100644
--- a/sys/dev/ath/if_ath.c
+++ b/sys/dev/ath/if_ath.c
@@ -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);
OpenPOWER on IntegriCloud