svn commit: r237152 - head/sys/dev/ath
Adrian Chadd
adrian at FreeBSD.org
Sat Jun 16 04:36:09 UTC 2012
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.
More information about the svn-src-head
mailing list