On 10/24/25 3:41 AM, Haiyang Zhang wrote: > @@ -3243,6 +3278,8 @@ static int mana_probe_port(struct mana_context *ac, int > port_idx, > goto free_indir; > } > > + netif_carrier_on(ndev);
Why is the above needed? I thought mana_link_state_handle() should kick and set the carrier on as needed??? /P
