]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/mac80211/tkip.h
[MTD] mtd_dataflash: Incorrect compare-after-write check
[linux-2.6-omap-h63xx.git] / net / mac80211 / tkip.h
index a0d181a180495f786156790bbec9dc4470ce7430..73d8ef2a93b0f9ed5821d3a0686b44e65f6e0c63 100644 (file)
@@ -31,6 +31,7 @@ enum {
 int ieee80211_tkip_decrypt_data(struct crypto_blkcipher *tfm,
                                struct ieee80211_key *key,
                                u8 *payload, size_t payload_len, u8 *ta,
-                               int only_iv, int queue);
+                               int only_iv, int queue,
+                               u32 *out_iv32, u16 *out_iv16);
 
 #endif /* TKIP_H */