Fine, OK, here's my initial AR9380/AR9485 support

Adrian Chadd adrian at freebsd.org
Tue Mar 12 02:50:08 UTC 2013


On 11 March 2013 17:43, Adrian Chadd <adrian at freebsd.org> wrote:
> .. and yeah, that code is wrong. GCC doesn't complain; just change it to:
>
>         if ((ahp->ah_enterprise_mode && AR_ENT_OTP_MIN_PKT_SIZE_DISABLE) &&
>
> to:
>
>         if ((ahp->ah_enterprise_mode & AR_ENT_OTP_MIN_PKT_SIZE_DISABLE) &&
>
> Thanks, this is the first bug that I can file as having come from the
> FreeBSD community. :)

I'll tinker with this a bit more, but cleaning things up to keep clang
happy will take quite a bit of time.

I'm about to push an update which changes the directory that I'm
hiding this in, in (eventual) preparation for committing this to
-HEAD.

Thanks,



Adrian


More information about the freebsd-wireless mailing list