Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317765
b: refs/heads/master
c: e7ecb0f
h: refs/heads/master
i:
  317763: 8ad07de
v: v3
  • Loading branch information
Andy Shevchenko authored and Greg Kroah-Hartman committed Jul 6, 2012
1 parent 74d15a8 commit 5d47645
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 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: 075fb4b7243c90f936049d07761f1cffd2577928
refs/heads/master: e7ecb0fb40a5358646888720848787da34cfa33d
9 changes: 2 additions & 7 deletions trunk/drivers/staging/gdm72xx/gdm_wimax.c
Original file line number Diff line number Diff line change
Expand Up @@ -744,13 +744,8 @@ static int gdm_wimax_get_prepared_info(struct net_device *dev, char *buf,
"[%x/%d]\n", __func__, T, L);
return -1;
}
printk(KERN_INFO
"MAC change [%02x:%02x:%02x:%02x:%02x:%02x]"
"->[%02x:%02x:%02x:%02x:%02x:%02x]\n",
dev->dev_addr[0], dev->dev_addr[1],
dev->dev_addr[2], dev->dev_addr[3],
dev->dev_addr[4], dev->dev_addr[5],
V[0], V[1], V[2], V[3], V[4], V[5]);
printk(KERN_INFO "MAC change [%pM]->[%pM]\n",
dev->dev_addr, V);
memcpy(dev->dev_addr, V, dev->addr_len);
return 1;
}
Expand Down

0 comments on commit 5d47645

Please sign in to comment.