On 14 February 2014 01:30, Mikko Hissa <mikko.hi...@werzek.com> wrote:
>
> On 14 Feb 2014, at 01:04, Roman Yeryomin <leroi.li...@gmail.com> wrote:
>
>> 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.
>
> Could you attach the file /lib/firmware/soc_wmac.eeprom from the router, 
> there’s something weird there.

I used the one from SDK (which is known to be working) and just placed
it in /lib/firmware/.
But RT comes from ASIC_REG_ID register, not eeprom.

Regards,
Roman

Attachment: soc_wmac.eeprom
Description: Binary data

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

Reply via email to