Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87826
b: refs/heads/master
c: 33edded
h: refs/heads/master
v: v3
  • Loading branch information
Peter Korsgaard authored and Jeff Garzik committed Mar 26, 2008
1 parent ee5a7fb commit 81a06ef
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: b47b4b22e2195146baf089b637ec8f6654953018
refs/heads/master: 33eddedb9cae602e093348421205b1619cccdbb4
2 changes: 1 addition & 1 deletion trunk/drivers/net/usb/dm9601.c
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ static void dm9601_set_multicast(struct net_device *net)
/* We use the 20 byte dev->data for our 8 byte filter buffer
* to avoid allocating memory that is tricky to free later */
u8 *hashes = (u8 *) & dev->data;
u8 rx_ctl = 0x01;
u8 rx_ctl = 0x31;

memset(hashes, 0x00, DM_MCAST_SIZE);
hashes[DM_MCAST_SIZE - 1] |= 0x80; /* broadcast address */
Expand Down

0 comments on commit 81a06ef

Please sign in to comment.