Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203737
b: refs/heads/master
c: 9dca9c4
h: refs/heads/master
i:
  203735: c8ac1be
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed Jul 21, 2010
1 parent e34732c commit 40a5bb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5a652052fedbd7869572c757dd2ffc2ed420c69d
refs/heads/master: 9dca9c490146e787472bc05b264e043311a4c67b
2 changes: 2 additions & 0 deletions trunk/net/mac80211/mlme.c
Original file line number Diff line number Diff line change
Expand Up @@ -2031,6 +2031,8 @@ int ieee80211_mgd_auth(struct ieee80211_sub_if_data *sdata,
auth_alg = WLAN_AUTH_OPEN;
break;
case NL80211_AUTHTYPE_SHARED_KEY:
if (IS_ERR(sdata->local->wep_tx_tfm))
return -EOPNOTSUPP;
auth_alg = WLAN_AUTH_SHARED_KEY;
break;
case NL80211_AUTHTYPE_FT:
Expand Down

0 comments on commit 40a5bb2

Please sign in to comment.