[PATCH] ieee80211: Fix TKIP, repeated fragmentation problem, and payload_size reporting
[deliverable/linux.git] / net / ieee80211 / ieee80211_crypt_wep.c
index 63e783fa5173d89abbd51bf76c029fed6a236dc3..2aaeac1e02d7881e5fc83a34fe0636d7d049ca89 100644 (file)
@@ -239,8 +239,8 @@ static struct ieee80211_crypto_ops ieee80211_crypt_wep = {
        .set_key = prism2_wep_set_key,
        .get_key = prism2_wep_get_key,
        .print_stats = prism2_wep_print_stats,
-       .extra_prefix_len = 4,  /* IV */
-       .extra_postfix_len = 4, /* ICV */
+       .extra_mpdu_prefix_len = 4,     /* IV */
+       .extra_mpdu_postfix_len = 4,    /* ICV */
        .owner = THIS_MODULE,
 };
 
This page took 0.023927 seconds and 5 git commands to generate.