1 --- a/net80211/ieee80211_crypto_ccmp.c
2 +++ b/net80211/ieee80211_crypto_ccmp.c
3 @@ -475,6 +475,9 @@ ccmp_encrypt(struct ieee80211_key *key,
7 + if (ctx->cc_tfm == NULL)
10 ctx->cc_vap->iv_stats.is_crypto_ccmp++;
13 @@ -589,6 +592,9 @@ ccmp_decrypt(struct ieee80211_key *key,
17 + if (ctx->cc_tfm == NULL)
20 ctx->cc_vap->iv_stats.is_crypto_ccmp++;