Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166566
b: refs/heads/master
c: 4be3bd8
h: refs/heads/master
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed Sep 28, 2009
1 parent 7a2365a commit b7d0964
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 33de4f9d787e01646f715ac10c2699fb98fd479e
refs/heads/master: 4be3bd8ccc195297870b9ffca4ef18bcbc2f1822
3 changes: 2 additions & 1 deletion trunk/net/wireless/wext-sme.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ int cfg80211_mgd_wext_connect(struct cfg80211_registered_device *rdev,
if (wdev->wext.keys) {
wdev->wext.keys->def = wdev->wext.default_key;
wdev->wext.keys->defmgmt = wdev->wext.default_mgmt_key;
wdev->wext.connect.privacy = true;
if (wdev->wext.default_key != -1)
wdev->wext.connect.privacy = true;
}

if (!wdev->wext.connect.ssid_len)
Expand Down

0 comments on commit b7d0964

Please sign in to comment.