Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 May 2012 01:34:36 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r236036 - head/sys/dev/ath
Message-ID:  <201205260134.q4Q1Yamx044714@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Sat May 26 01:34:36 2012
New Revision: 236036
URL: http://svn.freebsd.org/changeset/base/236036

Log:
  Remove an unneeded field from ath_buf.

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

Modified: head/sys/dev/ath/if_athvar.h
==============================================================================
--- head/sys/dev/ath/if_athvar.h	Sat May 26 01:33:07 2012	(r236035)
+++ head/sys/dev/ath/if_athvar.h	Sat May 26 01:34:36 2012	(r236036)
@@ -238,7 +238,6 @@ struct ath_buf {
 		int bfs_txpower;	/* tx power */
 		int bfs_txantenna;	/* TX antenna config */
 		enum ieee80211_protmode bfs_protmode;
-		HAL_11N_RATE_SERIES bfs_rc11n[ATH_RC_NUM];	/* 11n TX series */
 		int bfs_ctsrate;	/* CTS rate */
 		int bfs_ctsduration;	/* CTS duration (pre-11n NICs) */
 		struct ath_rc_series bfs_rc[ATH_RC_NUM];	/* non-11n TX series */



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