Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Jun 2012 04:36:09 +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: r237152 - head/sys/dev/ath
Message-ID:  <201206160436.q5G4a9vt022472@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Sat Jun 16 04:36:08 2012
New Revision: 237152
URL: http://svn.freebsd.org/changeset/base/237152

Log:
  Shave four (or eight) bytes off of ath_buf - this field isn't used.

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

Modified: head/sys/dev/ath/if_athvar.h
==============================================================================
--- head/sys/dev/ath/if_athvar.h	Sat Jun 16 04:34:46 2012	(r237151)
+++ head/sys/dev/ath/if_athvar.h	Sat Jun 16 04:36:08 2012	(r237152)
@@ -232,8 +232,6 @@ struct ath_buf {
 		    bfs_doprot:1,	/* do RTS/CTS based protection */
 		    bfs_doratelookup:1;	/* do rate lookup before each TX */
 
-		int bfs_nfl;		/* next fragment length */
-
 		/*
 		 * These fields are passed into the
 		 * descriptor setup functions.



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