Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315570
b: refs/heads/master
c: 040a783
h: refs/heads/master
v: v3
  • Loading branch information
Andy Shevchenko authored and John W. Linville committed Jul 12, 2012
1 parent db22347 commit f3d475b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 3ce4d85b76010525adedcc2555fa164bf706a2f3
refs/heads/master: 040a78314fe3cbb1472ac220cb3400116f6967bc
4 changes: 1 addition & 3 deletions trunk/drivers/net/wireless/brcm80211/brcmfmac/wl_cfg80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -920,9 +920,7 @@ brcmf_cfg80211_join_ibss(struct wiphy *wiphy, struct net_device *ndev,
set_bit(WL_STATUS_CONNECTING, &cfg_priv->status);

if (params->bssid)
WL_CONN("BSSID: %02X %02X %02X %02X %02X %02X\n",
params->bssid[0], params->bssid[1], params->bssid[2],
params->bssid[3], params->bssid[4], params->bssid[5]);
WL_CONN("BSSID: %pM\n", params->bssid);
else
WL_CONN("No BSSID specified\n");

Expand Down

0 comments on commit f3d475b

Please sign in to comment.