Commit 9a75a972 authored by Jiri Pirko's avatar Jiri Pirko Committed by David S. Miller

via-velocity: remove non-tagged packet filtering

It's undesired to filter untagged packets at any time. So simply remove this.
Reported-by: default avatarStephan Bärwolf <stephan.baerwolf@tu-ilmenau.de>
Tested-by: default avatarStephan Bärwolf <stephan.baerwolf@tu-ilmenau.de>
Signed-off-by: default avatarJiri Pirko <jpirko@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ba3211cc
......@@ -515,10 +515,6 @@ static void velocity_init_cam_filter(struct velocity_info *vptr)
mac_set_cam_mask(regs, vptr->mCAMmask);
/* Enable VCAMs */
if (test_bit(0, vptr->active_vlans))
WORD_REG_BITS_ON(MCFG_RTGOPT, &regs->MCFG);
for_each_set_bit(vid, vptr->active_vlans, VLAN_N_VID) {
mac_set_vlan_cam(regs, i, (u8 *) &vid);
vptr->vCAMmask[i / 8] |= 0x1 << (i % 8);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment