Skip to content

MT7603: Fix EEPROM size in mt7603.h - #712

Open
rodsmar wants to merge 1 commit into
openwrt:masterfrom
rodsmar:fix-mt7603-eeprom-size
Open

MT7603: Fix EEPROM size in mt7603.h#712
rodsmar wants to merge 1 commit into
openwrt:masterfrom
rodsmar:fix-mt7603-eeprom-size

Conversation

@rodsmar

@rodsmar rodsmar commented Nov 15, 2022

Copy link
Copy Markdown

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 rodrigo.sousa.577@gmail.com

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 <rodrigo.sousa.577@gmail.com>
@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
Copy Markdown
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