Loading
bonding: fix mii_status when slave is down
netif_carrier_ok() doesn't check if the slave is up. Before the below commit, netif_running() was also checked. Fixes: 23a6037c ("bonding: Remove support for use_carrier") Signed-off-by:Nicolas Dichtel <nicolas.dichtel@6wind.com> Acked-by:
Jay Vosburgh <jv@jvosburgh.net> Link: https://patch.msgid.link/20251106180252.3974772-1-nicolas.dichtel@6wind.com Signed-off-by:
Jakub Kicinski <kuba@kernel.org>