diff options
author | Bruce Allan <bruce.w.allan@intel.com> | 2012-02-22 10:02:53 +0100 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2012-02-25 06:41:01 +0100 |
commit | b2a50e1a1d16d8e377a0c540de36803197bde3fb (patch) | |
tree | 17ee0b41eaa98d3e3ef5fc745c1042119f32b5b7 /drivers/net/ethernet/intel/e1000e/mac.c | |
parent | e1000e: rename e1000e_config_collision_dist() and call as function pointer (diff) | |
download | linux-b2a50e1a1d16d8e377a0c540de36803197bde3fb.tar.xz linux-b2a50e1a1d16d8e377a0c540de36803197bde3fb.zip |
e1000e: cleanup comment in e1000_hash_mc_addr()
Remove reference to non-existant function.
Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/e1000e/mac.c')
-rw-r--r-- | drivers/net/ethernet/intel/e1000e/mac.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/ethernet/intel/e1000e/mac.c b/drivers/net/ethernet/intel/e1000e/mac.c index f16a611e2ded..4130134b0d32 100644 --- a/drivers/net/ethernet/intel/e1000e/mac.c +++ b/drivers/net/ethernet/intel/e1000e/mac.c @@ -263,8 +263,7 @@ void e1000e_rar_set(struct e1000_hw *hw, u8 *addr, u32 index) * @mc_addr: pointer to a multicast address * * Generates a multicast address hash value which is used to determine - * the multicast filter table array address and new table value. See - * e1000_mta_set_generic() + * the multicast filter table array address and new table value. **/ static u32 e1000_hash_mc_addr(struct e1000_hw *hw, u8 *mc_addr) { |