Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 78634
b: refs/heads/master
c: 15ca36f
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Jan 28, 2008
1 parent e3a3bb1 commit 0be5ee9
Show file tree
Hide file tree
Showing 2 changed files with 3 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: d9727bb2d516bc16bafee4216eec91cd2be5f30a
refs/heads/master: 15ca36fb994923b454df44e5d7aa14b84ce5aee4
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/libertas/debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,8 @@ static void libertas_parse_bssid(char *buf, size_t count,
if (!hold)
return;
hold += 6;
sscanf(hold, MAC_FMT, mac, mac+1, mac+2, mac+3, mac+4, mac+5);
sscanf(hold, "%02x:%02x:%02x:%02x:%02x:%02x",
mac, mac+1, mac+2, mac+3, mac+4, mac+5);
memcpy(scan_cfg->bssid, mac, ETH_ALEN);
}

Expand Down

0 comments on commit 0be5ee9

Please sign in to comment.