Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10926
b: refs/heads/master
c: 8fee5f5
h: refs/heads/master
v: v3
  • Loading branch information
Aurelien Jarno authored and Jeff Garzik committed Oct 28, 2005
1 parent 13f9031 commit 5b89fc3
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: adf6e00064ebcd3d82009ba6ef66f489f0885ebd
refs/heads/master: 8fee5f51a56aa7a67d955993572a2ae05d31a2c6
2 changes: 1 addition & 1 deletion trunk/drivers/net/sis190.c
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ static void sis190_set_rx_mode(struct net_device *dev)
for (i = 0, mclist = dev->mc_list; mclist && i < dev->mc_count;
i++, mclist = mclist->next) {
int bit_nr =
ether_crc(ETH_ALEN, mclist->dmi_addr) >> 26;
ether_crc(ETH_ALEN, mclist->dmi_addr) & 0x3f;
mc_filter[bit_nr >> 5] |= 1 << (bit_nr & 31);
rx_mode |= AcceptMulticast;
}
Expand Down

0 comments on commit 5b89fc3

Please sign in to comment.