Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b2a50e1a authored by Bruce Allan's avatar Bruce Allan Committed by Jeff Kirsher
Browse files

e1000e: cleanup comment in e1000_hash_mc_addr()



Remove reference to non-existant function.

Signed-off-by: default avatarBruce Allan <bruce.w.allan@intel.com>
Tested-by: default avatarAaron Brown <aaron.f.brown@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent 57cde763
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -263,8 +263,7 @@ void e1000e_rar_set(struct e1000_hw *hw, u8 *addr, u32 index)
 *  @mc_addr: pointer to a multicast address
 *  @mc_addr: pointer to a multicast address
 *
 *
 *  Generates a multicast address hash value which is used to determine
 *  Generates a multicast address hash value which is used to determine
 *  the multicast filter table array address and new table value.  See
 *  the multicast filter table array address and new table value.
 *  e1000_mta_set_generic()
 **/
 **/
static u32 e1000_hash_mc_addr(struct e1000_hw *hw, u8 *mc_addr)
static u32 e1000_hash_mc_addr(struct e1000_hw *hw, u8 *mc_addr)
{
{