e1000e: Fix namespace conflicts wrt. e1000_has_link
Reported by Stephen Rothwell. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -202,7 +202,7 @@ static u32 e1000_get_link(struct net_device *netdev)
|
||||
if (!netif_carrier_ok(netdev))
|
||||
mac->get_link_status = 1;
|
||||
|
||||
return e1000_has_link(adapter);
|
||||
return e1000e_has_link(adapter);
|
||||
}
|
||||
|
||||
static int e1000_set_spd_dplx(struct e1000_adapter *adapter, u16 spddplx)
|
||||
|
Reference in New Issue
Block a user