Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Apr 2009 03:20:21 +0000 (UTC)
From:      Sam Leffler <sam@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r190986 - head/sys/dev/ath
Message-ID:  <200904130320.n3D3KL1r050918@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904130320.n3D3KL1r050918>