Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219886
b: refs/heads/master
c: cfd1015
h: refs/heads/master
v: v3
  • Loading branch information
Andy Shevchenko authored and Greg Kroah-Hartman committed Sep 20, 2010
1 parent d3c9624 commit f7dafc8
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: a5ed57a3ec3ebd20eaaad3c1cf36283b2baee531
refs/heads/master: cfd1015a7a6236f4fdc0f8f9f688e38e78ae6d10
2 changes: 1 addition & 1 deletion trunk/drivers/staging/otus/ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -2188,7 +2188,7 @@ int usbdrv_wpa_ioctl(struct net_device *dev, struct athr_wlan_param *zdparm)
printk(KERN_ERR "usbdrv_wpa_ioctl: ZD_CMD_SET_MLME\n");

/* Translate STA's address */
sprintf(mac_addr, "%pM", &zdparm->sta_addr[0]);
sprintf(mac_addr, "%pM", zdparm->sta_addr);

switch (zdparm->u.mlme.cmd) {
case MLME_STA_DEAUTH:
Expand Down

0 comments on commit f7dafc8

Please sign in to comment.