summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/orinoco.h
diff options
context:
space:
mode:
authorDavid Kilroy2008-08-22 00:28:05 +0200
committerJohn W. Linville2008-08-23 01:28:07 +0200
commit23edcc4147ad36f8d55f0eb79c21e245ffb9f211 (patch)
tree20aaa2208d7ba51769639bcedd6be3bc3cd8673c /drivers/net/wireless/orinoco.h
parentorinoco: Process bulk of receive interrupt in a tasklet (diff)
downloadkernel-qcow2-linux-23edcc4147ad36f8d55f0eb79c21e245ffb9f211.tar.gz
kernel-qcow2-linux-23edcc4147ad36f8d55f0eb79c21e245ffb9f211.tar.xz
kernel-qcow2-linux-23edcc4147ad36f8d55f0eb79c21e245ffb9f211.zip
orinoco: Add MIC on TX and check on RX
Use the MIC algorithm from the crypto subsystem. Signed-off-by: David Kilroy <kilroyd@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/orinoco.h')
-rw-r--r--drivers/net/wireless/orinoco.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/orinoco.h b/drivers/net/wireless/orinoco.h
index e0c9be3daa30..981570bd3b9d 100644
--- a/drivers/net/wireless/orinoco.h
+++ b/drivers/net/wireless/orinoco.h
@@ -158,6 +158,8 @@ struct orinoco_private {
int wpa_ie_len;
struct orinoco_tkip_key tkip_key[ORINOCO_MAX_KEYS];
+ struct crypto_hash *rx_tfm_mic;
+ struct crypto_hash *tx_tfm_mic;
unsigned int wpa_enabled:1;
unsigned int tkip_cm_active:1;