Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171757
b: refs/heads/master
c: 634a555
h: refs/heads/master
i:
  171755: e6e0f2b
v: v3
  • Loading branch information
Jussi Kivilinna authored and John W. Linville committed Nov 16, 2009
1 parent 09f96be commit afc273f
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: 6a62e5ef94f754892734f99e87ca3dedd3cef277
refs/heads/master: 634a555ce3ee5ea1fdcaee8b4ac9ce7b54f301ac
2 changes: 2 additions & 0 deletions trunk/drivers/net/wireless/rndis_wlan.c
Original file line number Diff line number Diff line change
Expand Up @@ -1072,6 +1072,8 @@ static int set_auth_mode(struct usbnet *usbdev, u32 wpa_version,
auth_mode = NDIS_80211_AUTH_SHARED;
else if (auth_type == NL80211_AUTHTYPE_OPEN_SYSTEM)
auth_mode = NDIS_80211_AUTH_OPEN;
else if (auth_type == NL80211_AUTHTYPE_AUTOMATIC)
auth_mode = NDIS_80211_AUTH_AUTO_SWITCH;
else
return -ENOTSUPP;

Expand Down

0 comments on commit afc273f

Please sign in to comment.