Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MT7603: Fix EEPROM size in mt7603.h #712

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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