commit | 8e046d68ba719a5bb95912c154c6314472edccfa | [log] [tgz] |
---|---|---|
author | Karicheri, Muralidharan <m-karicheri2@ti.com> | Mon Apr 27 14:12:43 2015 -0400 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 27 23:11:49 2015 -0400 |
tree | 92246a0b937157a9e3bb691043a9c8821f318189 | |
parent | 2decb2682f80759f631c8332f9a2a34a02150a03 [diff] |
net: netcp: remove call to netif_carrier_(on/off) for MAC to Phy interface Currently when interface type is MAC to Phy, netif_carrier_(on/off) is called which is not needed as Phy lib already updates the carrier status to net stack. This is needed only for other interface types Signed-off-by: Murali Karicheri <m-karicheri2@ti.com> Signed-off-by: David S. Miller <davem@davemloft.net>