We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91afa49 commit 90cb5f1Copy full SHA for 90cb5f1
drivers/net/phy/sfp.c
@@ -466,7 +466,8 @@ static void sfp_quirk_ubnt_uf_instant(const struct sfp_eeprom_id *id,
466
static const struct sfp_quirk sfp_quirks[] = {
467
// Alcatel Lucent G-010S-P can operate at 2500base-X, but incorrectly
468
// report 2500MBd NRZ in their EEPROM
469
- SFP_QUIRK_M("ALCATELLUCENT", "G010SP", sfp_quirk_2500basex),
+ SFP_QUIRK("ALCATELLUCENT", "G010SP", sfp_quirk_2500basex,
470
+ sfp_fixup_ignore_tx_fault),
471
472
// Alcatel Lucent G-010S-A can operate at 2500base-X, but report 3.2GBd
473
// NRZ in their EEPROM
0 commit comments