Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166299
b: refs/heads/master
c: 94f8585
h: refs/heads/master
i:
  166297: d62a2ad
  166295: 0fed656
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed Sep 23, 2009
1 parent eb5fed1 commit 1e89a6b
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: 018ae37292dd391494172495142b87e816a841c0
refs/heads/master: 94f85853324e02c3a32bc3101f090dc9a3f512b4
2 changes: 1 addition & 1 deletion trunk/net/wireless/wext-sme.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ int cfg80211_mgd_wext_connect(struct cfg80211_registered_device *rdev,

wdev->wext.connect.ie = wdev->wext.ie;
wdev->wext.connect.ie_len = wdev->wext.ie_len;
wdev->wext.connect.privacy = wdev->wext.default_key != -1;

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.connect.ssid_len)
Expand Down

0 comments on commit 1e89a6b

Please sign in to comment.