On 18 April 2013 14:43, Artyom Mirgorodskiy
<[email protected]> 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'
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[email protected]"

Reply via email to