aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000e/lib.c
diff options
context:
space:
mode:
authorJeff Kirsher <jeffrey.t.kirsher@intel.com>2008-03-28 12:15:11 -0400
committerJeff Garzik <jeff@garzik.org>2008-03-28 22:14:58 -0400
commite2de3eb69c40c01739ce9b154c65e51d94d72966 (patch)
tree939a0f1f8d5effedaf0fa88e69d9603ab1bdd0f6 /drivers/net/e1000e/lib.c
parentad68076e07fa01bd0c98278a959d0fd2bb26f1ac (diff)
e1000e: rename mc_addr_list_update
Rename this function to be consistent with function naming (verb first) Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/e1000e/lib.c')
-rw-r--r--drivers/net/e1000e/lib.c8
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 **/
280void e1000e_mc_addr_list_update_generic(struct e1000_hw *hw, 280void 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;