Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14889
b: refs/heads/master
c: 4f4c815
h: refs/heads/master
i:
  14887: 3061fb5
v: v3
  • Loading branch information
shemminger@osdl.org authored and Jeff Garzik committed Dec 1, 2005
1 parent 1c06c33 commit dcdba58
Show file tree
Hide file tree
Showing 3 changed files with 5 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: 596f86a8d8a70005728944143f08fe5414443355
refs/heads/master: 4f4c81504284c0ab66fc6d773dfb3b54aca02427
2 changes: 2 additions & 0 deletions trunk/drivers/net/sk98lin/skethtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -549,4 +549,6 @@ struct ethtool_ops SkGeEthtoolOps = {
.phys_id = locateDevice,
.get_pauseparam = getPauseParams,
.set_pauseparam = setPauseParams,
.get_link = ethtool_op_get_link,
.get_perm_addr = ethtool_op_get_perm_addr,
};
3 changes: 2 additions & 1 deletion trunk/drivers/net/sk98lin/skge.c
Original file line number Diff line number Diff line change
Expand Up @@ -4908,8 +4908,8 @@ static int __devinit skge_probe_one(struct pci_dev *pdev,

SkGeYellowLED(pAC, pAC->IoBase, 1);


memcpy(&dev->dev_addr, &pAC->Addr.Net[0].CurrentMacAddress, 6);
memcpy(dev->perm_addr, dev->dev_addr, dev->addr_len);

SkGeProcCreate(dev);

Expand Down Expand Up @@ -4962,6 +4962,7 @@ static int __devinit skge_probe_one(struct pci_dev *pdev,
SkGeProcCreate(dev);
memcpy(&dev->dev_addr,
&pAC->Addr.Net[1].CurrentMacAddress, 6);
memcpy(dev->perm_addr, dev->dev_addr, dev->addr_len);

printk("%s: %s\n", dev->name, pAC->DeviceStr);
printk(" PrefPort:B RlmtMode:Dual Check Link State\n");
Expand Down

0 comments on commit dcdba58

Please sign in to comment.