]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/wireless/orinoco.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc
[linux-2.6-omap-h63xx.git] / drivers / net / wireless / orinoco.h
index e0c9be3daa30a826364086705dc4de08d0c6fa0c..981570bd3b9d660b6c403840a09a1b98d4eb67c7 100644 (file)
@@ -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;