Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219885
b: refs/heads/master
c: a5ed57a
h: refs/heads/master
i:
  219883: 1661b11
v: v3
  • Loading branch information
Andy Shevchenko authored and Greg Kroah-Hartman committed Sep 20, 2010
1 parent 6e863a5 commit d3c9624
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: db5c53d15bc987bffa22e7e8044447026750f640
refs/heads/master: a5ed57a3ec3ebd20eaaad3c1cf36283b2baee531
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rtl8712/rtl871x_ioctl_linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -1917,7 +1917,7 @@ static int r871x_get_ap_info(struct net_device *dev,
irqL);
return -EINVAL;
}
printk(KERN_INFO "r8712u: BSSID:%pM\n", &bssid[0]);
printk(KERN_INFO "r8712u: BSSID:%pM\n", bssid);
if (!memcmp(bssid, pnetwork->network.MacAddress, ETH_ALEN)) {
/* BSSID match, then check if supporting wpa/wpa2 */
pbuf = r8712_get_wpa_ie(&pnetwork->network.IEs[12],
Expand Down

0 comments on commit d3c9624

Please sign in to comment.