Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256043
b: refs/heads/master
c: 3e714ad
h: refs/heads/master
i:
  256041: 74c9a9c
  256039: 81dba44
v: v3
  • Loading branch information
Tobias Klauser authored and David S. Miller committed Jul 5, 2011
1 parent 31aed83 commit abbae22
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: 6539fefd9bec5faf948b03aec9f9078691d0be6b
refs/heads/master: 3e714ad3c2a07ee120044b72222cc20c14959efb
2 changes: 1 addition & 1 deletion trunk/drivers/net/e1000e/lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ s32 e1000_check_alt_mac_addr_generic(struct e1000_hw *hw)
}

/* if multicast bit is set, the alternate address will not be used */
if (alt_mac_addr[0] & 0x01) {
if (is_multicast_ether_addr(alt_mac_addr)) {
e_dbg("Ignoring Alternate Mac Address with MC bit set\n");
goto out;
}
Expand Down

0 comments on commit abbae22

Please sign in to comment.