]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
net: sfp: improve Huawei MA5671a fixup
authorÁlvaro Fernández Rojas <noltari@gmail.com>
Fri, 6 Mar 2026 12:29:55 +0000 (13:29 +0100)
committerJakub Kicinski <kuba@kernel.org>
Tue, 10 Mar 2026 01:46:46 +0000 (18:46 -0700)
commit87d126852158467ab87d5cbc36ccfd3f15464a6c
tree300f55f623e903e529bb6c6e6d96384ea104f653
parentc113d5e32678c8de40694b738000a4a2143e2f81
net: sfp: improve Huawei MA5671a fixup

With the current sfp_fixup_ignore_tx_fault() fixup we ignore the TX_FAULT
signal, but we also need to apply sfp_fixup_ignore_los() in order to be
able to communicate with the module even if the fiber isn't connected for
configuration purposes.
This is needed for all the MA5671a firmwares, excluding the FS modded
firmware.

Fixes: 2069624dac19 ("net: sfp: Add tx-fault workaround for Huawei MA5671A SFP ONT")
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://patch.msgid.link/20260306125139.213637-1-noltari@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/phy/sfp.c