Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279234
b: refs/heads/master
c: 743b451
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Kalle Valo committed Nov 21, 2011
1 parent 422779f commit 723d9dc
Show file tree
Hide file tree
Showing 2 changed files with 4 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: b64de35654cea2f5301d08f9195836f7ea8118c0
refs/heads/master: 743b4518f9432e09ade6120ced414558969ba5fd
4 changes: 3 additions & 1 deletion trunk/drivers/net/wireless/ath/ath6kl/cfg80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -427,8 +427,10 @@ static int ath6kl_cfg80211_connect(struct wiphy *wiphy, struct net_device *dev,

if (sme->ie && (sme->ie_len > 0)) {
status = ath6kl_set_assoc_req_ies(vif, sme->ie, sme->ie_len);
if (status)
if (status) {
up(&ar->sem);
return status;
}
} else
ar->connect_ctrl_flags &= ~CONNECT_WPS_FLAG;

Expand Down

0 comments on commit 723d9dc

Please sign in to comment.