Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 168748
b: refs/heads/master
c: 655a659
h: refs/heads/master
v: v3
  • Loading branch information
Stanislav O. Bezzubtsev authored and David S. Miller committed Nov 16, 2009
1 parent fe3cb0b commit 0feca31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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: 3fa8486bae2b56d9f47c1c281866d10fb56c3adc
refs/heads/master: 655a6595af5cd7e91992bd768d7a5949f813dc0d
5 changes: 1 addition & 4 deletions trunk/drivers/net/forcedeth.c
Original file line number Diff line number Diff line change
Expand Up @@ -5820,10 +5820,7 @@ static int __devinit nv_probe(struct pci_dev *pci_dev, const struct pci_device_i
dev->dev_addr);
dev_printk(KERN_ERR, &pci_dev->dev,
"Please complain to your hardware vendor. Switching to a random MAC.\n");
dev->dev_addr[0] = 0x00;
dev->dev_addr[1] = 0x00;
dev->dev_addr[2] = 0x6c;
get_random_bytes(&dev->dev_addr[3], 3);
random_ether_addr(dev->dev_addr);
}

dprintk(KERN_DEBUG "%s: MAC Address %pM\n",
Expand Down

0 comments on commit 0feca31

Please sign in to comment.