Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166570
b: refs/heads/master
c: 8bb8948
h: refs/heads/master
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed Sep 28, 2009
1 parent f69a76c commit 8b6949a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: b7a794048ff30d53764c1e41ccb2bff7f7bec2a8
refs/heads/master: 8bb894859e9495a94f94af3ee4711c89cdf24a95
5 changes: 2 additions & 3 deletions trunk/net/wireless/sme.c
Original file line number Diff line number Diff line change
Expand Up @@ -762,9 +762,8 @@ int __cfg80211_connect(struct cfg80211_registered_device *rdev,
wdev->conn->params.ssid = wdev->ssid;
wdev->conn->params.ssid_len = connect->ssid_len;

/* don't care about result -- but fill bssid & channel */
if (!wdev->conn->params.bssid || !wdev->conn->params.channel)
bss = cfg80211_get_conn_bss(wdev);
/* see if we have the bss already */
bss = cfg80211_get_conn_bss(wdev);

wdev->sme_state = CFG80211_SME_CONNECTING;
wdev->connect_keys = connkeys;
Expand Down

0 comments on commit 8b6949a

Please sign in to comment.