1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00

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

This commit is contained in:
Adrian Chadd 2012-06-16 04:36:08 +00:00
parent 6212b9963b
commit 3dd2db6646
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=237152

View File

@ -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.