Skip to content

Commit

Permalink
via-velocity: enable perfect filtering for multicast packets
Browse files Browse the repository at this point in the history
Signed-off-by: Joey Zhuo <joeyzhuo@via.com.tw>
Acked-by: Francois Romieu <romieu@fr.zoreil.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Joey Zhuo authored and David S. Miller committed Nov 16, 2008
1 parent 605f196 commit 5f5c4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/via-velocity.c
Original file line number Diff line number Diff line change
Expand Up @@ -2296,7 +2296,7 @@ static void velocity_set_multi(struct net_device *dev)
}

mac_set_cam_mask(regs, vptr->mCAMmask);
rx_mode = (RCR_AM | RCR_AB);
rx_mode = RCR_AM | RCR_AB | RCR_AP;
}
if (dev->mtu > 1500)
rx_mode |= RCR_AL;
Expand Down

0 comments on commit 5f5c4bd

Please sign in to comment.