Author: sam
Date: Mon Apr 13 03:20:21 2009
New Revision: 190986
URL: http://svn.freebsd.org/changeset/base/190986
Log:
remove reference to sc_tdmabintcnt; it was removed in r190848
Modified:
head/sys/dev/ath/if_ath.c
Modified: head/sys/dev/ath/if_ath.c
==============================================================================
--- head/sys/dev/ath/if_ath.c Mon Apr 13 03:13:16 2009 (r190985)
+++ head/sys/dev/ath/if_ath.c Mon Apr 13 03:20:21 2009 (r190986)
@@ -6987,7 +6987,6 @@ ath_tdma_bintvalsetup(struct ath_softc *
{
/* 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);
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"