Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150660
b: refs/heads/master
c: 86ab04c
h: refs/heads/master
v: v3
  • Loading branch information
Luis R. Rodriguez authored and John W. Linville committed Jun 3, 2009
1 parent 3d25bc5 commit 44b0120
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 2c5b9e511fee1a856ffe6332e15c72a20d2c72f6
refs/heads/master: 86ab04c8c1df51df7d6d3709da546e0163ac856b
2 changes: 1 addition & 1 deletion trunk/net/mac80211/cfg.c
Original file line number Diff line number Diff line change
Expand Up @@ -1256,7 +1256,7 @@ static int ieee80211_assoc(struct wiphy *wiphy, struct net_device *dev,
sdata->u.mgd.flags |= IEEE80211_STA_AUTO_SSID_SEL;

ret = ieee80211_sta_set_extra_ie(sdata, req->ie, req->ie_len);
if (ret)
if (ret && ret != -EALREADY)
return ret;

if (req->use_mfp) {
Expand Down

0 comments on commit 44b0120

Please sign in to comment.