aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000e/mac.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ethernet/intel/e1000e/mac.c')
-rw-r--r--drivers/net/ethernet/intel/e1000e/mac.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ethernet/intel/e1000e/mac.c b/drivers/net/ethernet/intel/e1000e/mac.c
index aaf4a4d731b6..6e48895aa2ef 100644
--- a/drivers/net/ethernet/intel/e1000e/mac.c
+++ b/drivers/net/ethernet/intel/e1000e/mac.c
@@ -693,7 +693,7 @@ static s32 e1000_set_default_fc_generic(struct e1000_hw *hw)
693} 693}
694 694
695/** 695/**
696 * e1000e_setup_link - Setup flow control and link settings 696 * e1000e_setup_link_generic - Setup flow control and link settings
697 * @hw: pointer to the HW structure 697 * @hw: pointer to the HW structure
698 * 698 *
699 * Determines which flow control settings to use, then configures flow 699 * Determines which flow control settings to use, then configures flow
@@ -702,7 +702,7 @@ static s32 e1000_set_default_fc_generic(struct e1000_hw *hw)
702 * should be established. Assumes the hardware has previously been reset 702 * should be established. Assumes the hardware has previously been reset
703 * and the transmitter and receiver are not enabled. 703 * and the transmitter and receiver are not enabled.
704 **/ 704 **/
705s32 e1000e_setup_link(struct e1000_hw *hw) 705s32 e1000e_setup_link_generic(struct e1000_hw *hw)
706{ 706{
707 struct e1000_mac_info *mac = &hw->mac; 707 struct e1000_mac_info *mac = &hw->mac;
708 s32 ret_val; 708 s32 ret_val;