Fine, OK, here's my initial AR9380/AR9485 support
Adrian Chadd
adrian at freebsd.org
Tue Mar 12 00:48:02 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. :)
Please file an issue regarding this problem:
https://github.com/qca/qcamain_open_hal_public/issues
and feel free to file another issue (this doesn't compile if ATH_DEBUG
/ AH_DEBUG isn't specified.)
I can submit fixes for both of those in the upstream (internal) HAL.
Adrian
More information about the freebsd-wireless
mailing list