Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104480
b: refs/heads/master
c: fd24c4a
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Jul 21, 2008
1 parent 8654849 commit d06aea7
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: ebbdbd7c02f4f8dea84e2956aa942bd18e1ddf93
refs/heads/master: fd24c4af6e82231391fa09875ae6378fa1399f0f
4 changes: 0 additions & 4 deletions trunk/drivers/net/sunhme.c
Original file line number Diff line number Diff line change
Expand Up @@ -2377,8 +2377,6 @@ static void happy_meal_set_multicast(struct net_device *dev)

spin_lock_irq(&hp->happy_lock);

netif_stop_queue(dev);

if ((dev->flags & IFF_ALLMULTI) || (dev->mc_count > 64)) {
hme_write32(hp, bregs + BMAC_HTABLE0, 0xffff);
hme_write32(hp, bregs + BMAC_HTABLE1, 0xffff);
Expand Down Expand Up @@ -2410,8 +2408,6 @@ static void happy_meal_set_multicast(struct net_device *dev)
hme_write32(hp, bregs + BMAC_HTABLE3, hash_table[3]);
}

netif_wake_queue(dev);

spin_unlock_irq(&hp->happy_lock);
}

Expand Down

0 comments on commit d06aea7

Please sign in to comment.