svn commit: r190848 - head/sys/dev/ath

Sam Leffler sam at FreeBSD.org
Wed Apr 8 09:12:29 PDT 2009


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 (-) */


More information about the svn-src-head mailing list