Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256377
b: refs/heads/master
c: e6faada
h: refs/heads/master
i:
  256375: 1a01218
v: v3
  • Loading branch information
Amitkumar Karwar authored and John W. Linville committed Jul 8, 2011
1 parent 44f88a4 commit 52e3b4a
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: 4fc5401c144d95b031e839ba3208e04c79ac84cb
refs/heads/master: e6faada5daddcdf29056c8abee0869d4e2cd55b5
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/mwifiex/cfg80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ mwifiex_cfg80211_assoc(struct mwifiex_private *priv, size_t ssid_len, u8 *ssid,
ret = mwifiex_set_gen_ie(priv, sme->ie, sme->ie_len);

if (sme->key) {
if (mwifiex_is_alg_wep(0) | mwifiex_is_alg_wep(0)) {
if (mwifiex_is_alg_wep(priv->sec_info.encryption_mode)) {
dev_dbg(priv->adapter->dev,
"info: setting wep encryption"
" with key len %d\n", sme->key_len);
Expand Down

0 comments on commit 52e3b4a

Please sign in to comment.