[PATCH] ieee80211: Fix TKIP, repeated fragmentation problem, and payload_size reporting
[deliverable/linux.git] / net / ieee80211 / ieee80211_crypt.c
index 60d3166facce10c188f6cce4a1e8d68bbaa58a93..e26bcc918032026814b483138e50b105ce53cb56 100644 (file)
@@ -221,8 +221,8 @@ static struct ieee80211_crypto_ops ieee80211_crypt_null = {
        .decrypt_msdu = NULL,
        .set_key = NULL,
        .get_key = NULL,
-       .extra_prefix_len = 0,
-       .extra_postfix_len = 0,
+       .extra_mpdu_prefix_len = 0,
+       .extra_mpdu_postfix_len = 0,
        .owner = THIS_MODULE,
 };
 
This page took 0.02543 seconds and 5 git commands to generate.