Skip to content

Conversation

rodsmar
Copy link

@rodsmar rodsmar commented Nov 15, 2022

According the MT7603's GPL code, the correct EEPROM size is 0x200 (512 bytes). In mt76 drivers, the eeprom size is 0x400 (1024 bytes). Let's correct this.

Signed-off-by: Rodrigo B. de Sousa Martins [email protected]

According the MT7603's GPL code, the correct EEPROM size is 0x200 (512 bytes). In mt76 drivers, the eeprom size is 0x400 (1024 bytes). Let's correct this.

Signed-off-by: Rodrigo B. de Sousa Martins <[email protected]>
@rodsmar rodsmar changed the title MT7603: Fix EEPROM offset size in mt7603.h MT7603: Fix EEPROM size in mt7603.h Nov 16, 2022
@namidairo
Copy link
Contributor

I don't believe even the vendor driver accesses anything in that range, apart from the write routines. (You're not going to be using the write routines.)

That and I believe 0x200 is the fallback file's size as well.

So, why?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants