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.
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to