diff options
Diffstat (limited to 'include/net/ieee80211_crypt.h')
-rw-r--r-- | include/net/ieee80211_crypt.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/ieee80211_crypt.h b/include/net/ieee80211_crypt.h index 536e9a9e6718..24e4912a263a 100644 --- a/include/net/ieee80211_crypt.h +++ b/include/net/ieee80211_crypt.h | |||
@@ -63,7 +63,8 @@ struct ieee80211_crypto_ops { | |||
63 | * extra_postfix_len; encrypt need not use all this space, but | 63 | * extra_postfix_len; encrypt need not use all this space, but |
64 | * the result must start at the beginning of the buffer and correct | 64 | * the result must start at the beginning of the buffer and correct |
65 | * length must be returned */ | 65 | * length must be returned */ |
66 | int extra_prefix_len, extra_postfix_len; | 66 | int extra_mpdu_prefix_len, extra_mpdu_postfix_len; |
67 | int extra_msdu_prefix_len, extra_msdu_postfix_len; | ||
67 | 68 | ||
68 | struct module *owner; | 69 | struct module *owner; |
69 | }; | 70 | }; |