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

Commits on Nov 15, 2022

  1. MT7603: Fix EEPROM offset size in mt7603.h

    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 committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    f86c06c View commit details
    Browse the repository at this point in the history