Ticket #579: wlan_ccmp-aes_debug.patch
| File wlan_ccmp-aes_debug.patch, 458 bytes (added by nick@kreucher.net, 6 years ago) |
|---|
-
net80211/ieee80211_crypto_ccmp.c
old new 107 110 ctx->cc_ic = vap->iv_ic; 108 111 ctx->cc_tfm = crypto_alloc_tfm("aes", 0); 109 112 if (ctx->cc_tfm == NULL) { 113 IEEE80211_DPRINTF(vap, IEEE80211_MSG_CRYPTO, 114 "%s: unable to load kernel AES crypto support\n", 115 __func__); 110 116 FREE(ctx, M_DEVBUF); 111 117 _MOD_DEC_USE(THIS_MODULE); 112 118 return NULL;
