On 18 April 2013 14:43, Artyom Mirgorodskiy
<artyom.mirgorod...@gmail.com> wrote:
> Did not work.
>

Hm. Ok.

Let's add some debugging:

inside of ar5416SetChainMasks(), let's add a printf() at the -end- of
the function:

ath_hal_printf(ah, "%s: txchainmask=0x%x, rxchainmask=0x%x\n",
__func__, AH5416(ah)->ah_tx_chainmask, AH5416(ah)->ah_rx_chainmask);

Then recompile, reboot, and show me the output of 'dmesg'
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to