svn commit: r218238 - head/sys/dev/ath

Bruce Evans brde at optusnet.com.au
Fri Feb 4 02:38:18 UTC 2011


On Thu, 3 Feb 2011, Bruce Cran wrote:

> On Thu, Feb 03, 2011 at 08:26:26PM +0000, Adrian Chadd wrote:
>>  		if (ni != NULL) {
>> +#if NOTYET
>>  		/* tag AMPDU aggregates for reorder processing */
>
> This seems to have broken the build because NOTYET isn't defined.

It is a style bug ("#ifdef<space>notyet" is normal), but it only breaks
the build because kernel builds don't use a C compiler (they use -Wundef
to break the compiler).

Bruce


More information about the svn-src-head mailing list