Ticket #579: wlan_ccmp-aes_debug.patch

File wlan_ccmp-aes_debug.patch, 458 bytes (added by nick@kreucher.net, 6 years ago)

Signed-off-by: Nicholas J Kreucher <nick@kreucher.net>

  • net80211/ieee80211_crypto_ccmp.c

    old new  
    107110        ctx->cc_ic = vap->iv_ic; 
    108111        ctx->cc_tfm = crypto_alloc_tfm("aes", 0); 
    109112        if (ctx->cc_tfm == NULL) { 
     113                IEEE80211_DPRINTF(vap, IEEE80211_MSG_CRYPTO, 
     114                        "%s: unable to load kernel AES crypto support\n", 
     115                        __func__); 
    110116                FREE(ctx, M_DEVBUF); 
    111117                _MOD_DEC_USE(THIS_MODULE); 
    112118                return NULL;