Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183870
b: refs/heads/master
c: e4fca00
h: refs/heads/master
v: v3
  • Loading branch information
John W. Linville committed Jan 22, 2010
1 parent b84b000 commit 3677666
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 64147c729732ba9c9e50966971bdfbd503c888bb
refs/heads/master: e4fca007b06165900d0e44e8d5e251376819bf5d
5 changes: 2 additions & 3 deletions trunk/net/mac80211/wep.c
Original file line number Diff line number Diff line change
Expand Up @@ -310,9 +310,8 @@ static int wep_encrypt_skb(struct ieee80211_tx_data *tx, struct sk_buff *skb)
tx->key->conf.keylen,
tx->key->conf.keyidx))
return -1;
}

if (info->control.hw_key->flags & IEEE80211_KEY_FLAG_GENERATE_IV) {
} else if (info->control.hw_key->flags &
IEEE80211_KEY_FLAG_GENERATE_IV) {
if (!ieee80211_wep_add_iv(tx->local, skb,
tx->key->conf.keylen,
tx->key->conf.keyidx))
Expand Down

0 comments on commit 3677666

Please sign in to comment.