Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10204
b: refs/heads/master
c: 78b3458
h: refs/heads/master
v: v3
  • Loading branch information
John W. Linville authored and Jeff Garzik committed Sep 14, 2005
1 parent a66e9ab commit 916ac13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: df859c519ef7b72d9be7396443316da87272e8b6
refs/heads/master: 78b345890a91dc57fecea8b6792012e0098c058f
2 changes: 2 additions & 0 deletions trunk/drivers/net/ne2k-pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ static int __devinit ne2k_pci_init_one (struct pci_dev *pdev,
printk("%2.2X%s", SA_prom[i], i == 5 ? ".\n": ":");
dev->dev_addr[i] = SA_prom[i];
}
memcpy(dev->perm_addr, dev->dev_addr, dev->addr_len);

return 0;

Expand Down Expand Up @@ -637,6 +638,7 @@ static struct ethtool_ops ne2k_pci_ethtool_ops = {
.get_drvinfo = ne2k_pci_get_drvinfo,
.get_tx_csum = ethtool_op_get_tx_csum,
.get_sg = ethtool_op_get_sg,
.get_perm_addr = ethtool_op_get_perm_addr,
};

static void __devexit ne2k_pci_remove_one (struct pci_dev *pdev)
Expand Down

0 comments on commit 916ac13

Please sign in to comment.