diff options
Diffstat (limited to 'drivers/net/e1000e/lib.c')
-rw-r--r-- | drivers/net/e1000e/lib.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/net/e1000e/lib.c b/drivers/net/e1000e/lib.c index b7eaff0a20ba..9c3ce719e8da 100644 --- a/drivers/net/e1000e/lib.c +++ b/drivers/net/e1000e/lib.c | |||
@@ -265,7 +265,7 @@ static u32 e1000_hash_mc_addr(struct e1000_hw *hw, u8 *mc_addr) | |||
265 | } | 265 | } |
266 | 266 | ||
267 | /** | 267 | /** |
268 | * e1000e_mc_addr_list_update_generic - Update Multicast addresses | 268 | * e1000e_update_mc_addr_list_generic - Update Multicast addresses |
269 | * @hw: pointer to the HW structure | 269 | * @hw: pointer to the HW structure |
270 | * @mc_addr_list: array of multicast addresses to program | 270 | * @mc_addr_list: array of multicast addresses to program |
271 | * @mc_addr_count: number of multicast addresses to program | 271 | * @mc_addr_count: number of multicast addresses to program |
@@ -277,9 +277,9 @@ static u32 e1000_hash_mc_addr(struct e1000_hw *hw, u8 *mc_addr) | |||
277 | * The parameter rar_count will usually be hw->mac.rar_entry_count | 277 | * The parameter rar_count will usually be hw->mac.rar_entry_count |
278 | * unless there are workarounds that change this. | 278 | * unless there are workarounds that change this. |
279 | **/ | 279 | **/ |
280 | void e1000e_mc_addr_list_update_generic(struct e1000_hw *hw, | 280 | void e1000e_update_mc_addr_list_generic(struct e1000_hw *hw, |
281 | u8 *mc_addr_list, u32 mc_addr_count, | 281 | u8 *mc_addr_list, u32 mc_addr_count, |
282 | u32 rar_used_count, u32 rar_count) | 282 | u32 rar_used_count, u32 rar_count) |
283 | { | 283 | { |
284 | u32 hash_value; | 284 | u32 hash_value; |
285 | u32 i; | 285 | u32 i; |