On 14 February 2014 00:34, Mikko Hissa <mikko.hi...@werzek.com> wrote:
> In rt2800lib.c function rt2800_get_txwi_rxwi_size()
> Add case MT7620 with RT5592.
>
>                 *txwi_size = TXWI_DESC_SIZE_5WORDS;
>                 *rxwi_size = RXWI_DESC_SIZE_6WORDS;
>                 break;
>

I suppose you mean RT5390 because:
ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 5390, rev 0500 detected

Also as far as I understand (from datasheet) it's not the same as
RT5592. Correct me if I'm wrong.
So I added:

    case RT5390:
        *txwi_size = TXWI_DESC_SIZE_5WORDS;
        *rxwi_size = RXWI_DESC_SIZE_4WORDS;
        break;

But seems it didn't change anything.

Regards,
Roman
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to