Hm! I wonder..

Edit if_athvar.h - change sc_rxchainmask and sc_txchainmask in
ath_softc to be uint32_t, rather than int.

See if that helps.



Adrian

On 18 April 2013 15:20, Artyom Mirgorodskiy
<artyom.mirgorod...@gmail.com> wrote:
> See attached
>
>
>
> On Thursday 18 April 2013 15:08:36 Adrian Chadd wrote:
>
>> On 18 April 2013 15:07, Artyom Mirgorodskiy
>
>> <artyom.mirgorod...@gmail.com> wrote:
>
>> > See attached
>
>> >
>
>>
>
>> What the hell? Those masks are really wrong.
>
>>
>
>> Try adding this line after it:
>
>>
>
>> ath_hal_printf(ah, "%s: pcap rx=0x%x, tx=0x%x; configured rx=0x%x,
>
>> tx=0x%x\n", __func__, pCap->halRxChainMask, pCap->halTxChainMask,
>
>> rx_chainmask, tx_chainmask);
>
> --
>
> Artyom Mirgorodskiy
_______________________________________________
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