commit | 50789845cfc37d5331b56e1a566ddc95aeac0a7d | [log] [tgz] |
---|---|---|
author | Lendacky, Thomas <Thomas.Lendacky@amd.com> | Wed Sep 30 08:53:22 2015 -0500 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 05 03:23:27 2015 -0700 |
tree | 3d4f7b6fc7822f2f72d516101b82c65fc00b37ec | |
parent | afb43e8a0af18fa959e9ef09abfa969c3c83f4ef [diff] |
amd-xgbe: Remove the XGBE_LINK state bit The XGBE_LINK bit is used just to determine whether to call the netif_carrier_on/off functions. Rather than define and use this bit, just call the functions. The netif_carrier_ok function can be used in place of checking the XGBE_LINK bit in the future. Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com> Signed-off-by: David S. Miller <davem@davemloft.net>