Re: [PATCH net-next] net: phy: simplify phy_link_change arguments

2020-05-18 Thread David Miller
From: Doug Berger Date: Mon, 18 May 2020 15:23:59 -0700 > This function was introduced to allow for different handling of > link up and link down events particularly with regard to the > netif_carrier. The third argument do_carrier allowed the flag to > be left unchanged. > > Since then the phyl

[PATCH net-next] net: phy: simplify phy_link_change arguments

2020-05-18 Thread Doug Berger
This function was introduced to allow for different handling of link up and link down events particularly with regard to the netif_carrier. The third argument do_carrier allowed the flag to be left unchanged. Since then the phylink has introduced an implementation that completely ignores the third