diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-09 09:39:05 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-09 09:39:05 -0800 |
commit | cf10b2853f86e714eac7117484c0d368ce710fa4 (patch) | |
tree | 6f1574a9de786c8c345ac852eff12d65b2d75bfe /net/ieee80211/ieee80211_wx.c | |
parent | 14591de147f7c9656fa2b9c05680d2b46e286c40 (diff) | |
parent | 166c3436d683cfe5316c7723ed746a93db053f12 (diff) | |
download | linux-cf10b2853f86e714eac7117484c0d368ce710fa4.tar.gz linux-cf10b2853f86e714eac7117484c0d368ce710fa4.tar.bz2 linux-cf10b2853f86e714eac7117484c0d368ce710fa4.zip |
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6
Diffstat (limited to 'net/ieee80211/ieee80211_wx.c')
-rw-r--r-- | net/ieee80211/ieee80211_wx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ieee80211/ieee80211_wx.c b/net/ieee80211/ieee80211_wx.c index 181755f2aa8b..406d5b964905 100644 --- a/net/ieee80211/ieee80211_wx.c +++ b/net/ieee80211/ieee80211_wx.c @@ -284,7 +284,7 @@ int ieee80211_wx_set_encode(struct ieee80211_device *ieee, }; int i, key, key_provided, len; struct ieee80211_crypt_data **crypt; - int host_crypto = ieee->host_encrypt || ieee->host_decrypt; + int host_crypto = ieee->host_encrypt || ieee->host_decrypt || ieee->host_build_iv; IEEE80211_DEBUG_WX("SET_ENCODE\n"); |