diff options
Diffstat (limited to 'drivers/net/e1000e')
-rw-r--r-- | drivers/net/e1000e/lib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/e1000e/lib.c b/drivers/net/e1000e/lib.c index 6432ddab40c..dd8ab05b559 100644 --- a/drivers/net/e1000e/lib.c +++ b/drivers/net/e1000e/lib.c | |||
@@ -144,7 +144,7 @@ void e1000_write_vfta_generic(struct e1000_hw *hw, u32 offset, u32 value) | |||
144 | * @hw: pointer to the HW structure | 144 | * @hw: pointer to the HW structure |
145 | * @rar_count: receive address registers | 145 | * @rar_count: receive address registers |
146 | * | 146 | * |
147 | * Setups the receive address registers by setting the base receive address | 147 | * Setup the receive address registers by setting the base receive address |
148 | * register to the devices MAC address and clearing all the other receive | 148 | * register to the devices MAC address and clearing all the other receive |
149 | * address registers to 0. | 149 | * address registers to 0. |
150 | **/ | 150 | **/ |
@@ -1181,7 +1181,7 @@ s32 e1000e_config_fc_after_link_up(struct e1000_hw *hw) | |||
1181 | * of pause frames. In this case, we had to advertise | 1181 | * of pause frames. In this case, we had to advertise |
1182 | * FULL flow control because we could not advertise Rx | 1182 | * FULL flow control because we could not advertise Rx |
1183 | * ONLY. Hence, we must now check to see if we need to | 1183 | * ONLY. Hence, we must now check to see if we need to |
1184 | * turn OFF the TRANSMISSION of PAUSE frames. | 1184 | * turn OFF the TRANSMISSION of PAUSE frames. |
1185 | */ | 1185 | */ |
1186 | if (hw->fc.requested_mode == e1000_fc_full) { | 1186 | if (hw->fc.requested_mode == e1000_fc_full) { |
1187 | hw->fc.current_mode = e1000_fc_full; | 1187 | hw->fc.current_mode = e1000_fc_full; |