Print a prominent message if kernel AES is not available
authorproski <proski@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Fri, 12 Mar 2010 06:40:34 +0000 (06:40 +0000)
committerproski <proski@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Fri, 12 Mar 2010 06:40:34 +0000 (06:40 +0000)
commit6f08b9347da78d0bb29db04845e71b10b81fd158
tree2012249b1fb57af954ccf55aabf4104e8bffd63c
parent41c0303d162b0781e200167b59303c585c698c97
Print a prominent message if kernel AES is not available

The kernel AES will only be requested if hardware encryption is not
available and if AES is really needed.  At that point, a failure to
allocate the AES cipher would be a real problem, not a minor debug
condition.

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@4121 0192ed92-7a03-0410-a25b-9323aeb14dbd
net80211/ieee80211_crypto_ccmp.c