Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167711
b: refs/heads/master
c: b6a71bf
h: refs/heads/master
i:
  167709: a6cce00
  167707: 867fd1e
  167703: db8a90d
  167695: 5860686
  167679: 0579fef
v: v3
  • Loading branch information
Ben Dooks authored and David S. Miller committed Oct 21, 2009
1 parent c00e6b6 commit d5a4833
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: 160d0fadaf7ce20e5bad26c8a955504b93c6a5ba
refs/heads/master: b6a71bfa00eb110c8a2e38f85572ed361f8bf3a5
2 changes: 1 addition & 1 deletion trunk/drivers/net/ks8851.c
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@ static void ks8851_set_rx_mode(struct net_device *dev)
mcptr = mcptr->next;
}

rxctrl.rxcr1 = RXCR1_RXME | RXCR1_RXAE | RXCR1_RXPAFMA;
rxctrl.rxcr1 = RXCR1_RXME | RXCR1_RXPAFMA;
} else {
/* just accept broadcast / unicast */
rxctrl.rxcr1 = RXCR1_RXPAFMA;
Expand Down

0 comments on commit d5a4833

Please sign in to comment.