Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184271
b: refs/heads/master
c: d3eeb62
h: refs/heads/master
i:
  184269: 64a45aa
  184267: 46d6187
  184263: 4b087fb
  184255: 7c44901
v: v3
  • Loading branch information
Nick Nunley authored and David S. Miller committed Feb 17, 2010
1 parent 3009e63 commit 593f8c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: 91d4ee3382e78bd78e0251a56e2fa96b20c26e30
refs/heads/master: d3eeb62ddd06ea20a054213cface92d328709285
4 changes: 0 additions & 4 deletions trunk/drivers/net/igb/igb_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2883,7 +2883,6 @@ static int igb_write_mc_addr_list(struct net_device *netdev)
struct e1000_hw *hw = &adapter->hw;
struct dev_mc_list *mc_ptr = netdev->mc_list;
u8 *mta_list;
u32 vmolr = 0;
int i;

if (netdev_mc_empty(netdev)) {
Expand All @@ -2897,9 +2896,6 @@ static int igb_write_mc_addr_list(struct net_device *netdev)
if (!mta_list)
return -ENOMEM;

/* set vmolr receive overflow multicast bit */
vmolr |= E1000_VMOLR_ROMPE;

/* The shared function expects a packed array of only addresses. */
mc_ptr = netdev->mc_list;

Expand Down

0 comments on commit 593f8c3

Please sign in to comment.