Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162923
b: refs/heads/master
c: 3264690
h: refs/heads/master
i:
  162921: d3618f6
  162919: 8e272b4
v: v3
  • Loading branch information
David S. Miller committed Sep 17, 2009
1 parent 00cbfa1 commit 6c08351
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: bf95d20fdbd602d72c28a009a55d90d5109b8a86
refs/heads/master: 3264690b04ce4edc517fa5d31fa72496f71a7321
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/wl12xx/wl1271_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -646,8 +646,8 @@ static int wl1271_op_config_interface(struct ieee80211_hw *hw,
struct sk_buff *beacon;
int ret;

wl1271_debug(DEBUG_MAC80211, "mac80211 config_interface bssid %s",
printf("%pM", conf->bssid);
wl1271_debug(DEBUG_MAC80211, "mac80211 config_interface bssid %pM",
conf->bssid);
wl1271_dump_ascii(DEBUG_MAC80211, "ssid: ", conf->ssid,
conf->ssid_len);

Expand Down

0 comments on commit 6c08351

Please sign in to comment.