Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119087
b: refs/heads/master
c: 5f5c4bd
h: refs/heads/master
i:
  119085: 817c0c2
  119083: fb56eb0
  119079: dff85d1
  119071: 54411f9
v: v3
  • Loading branch information
Joey Zhuo authored and David S. Miller committed Nov 16, 2008
1 parent 2e2daa3 commit 5560e2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 605f196efbf8dcbb3581e76ddd0573899dffcf1f
refs/heads/master: 5f5c4bdb144bf285727867bbd75c13c5a99150c9
2 changes: 1 addition & 1 deletion trunk/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 5560e2c

Please sign in to comment.