Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Apr 2009 16:12:28 +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: r190848 - head/sys/dev/ath
Message-ID:  <200904081612.n38GCSPr064314@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sam
Date: Wed Apr  8 16:12:28 2009
New Revision: 190848
URL: http://svn.freebsd.org/changeset/base/190848

Log:
  remove unused struct member

Modified:
  head/sys/dev/ath/if_athvar.h

Modified: head/sys/dev/ath/if_athvar.h
==============================================================================
--- head/sys/dev/ath/if_athvar.h	Wed Apr  8 15:56:50 2009	(r190847)
+++ head/sys/dev/ath/if_athvar.h	Wed Apr  8 16:12:28 2009	(r190848)
@@ -338,7 +338,6 @@ struct ath_softc {
 	u_int32_t		sc_tdmabintval;	/* TDMA beacon interval (TU) */
 	u_int32_t		sc_tdmaguard;	/* TDMA guard time (usec) */
 	u_int			sc_tdmaslotlen;	/* TDMA slot length (usec) */
-	u_int			sc_tdmabintcnt;	/* TDMA beacon intvl (slots) */
 	struct ath_rx_status	*sc_tdmars;	/* TDMA status of last rx */
 	u_int32_t		sc_avgtsfdeltap;/* TDMA slot adjust (+) */
 	u_int32_t		sc_avgtsfdeltam;/* TDMA slot adjust (-) */



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