“c387fba08ce8face590793018b9950379120c40e”上不存在“develop/doc/api/v2/config/activation.html”
提交 d8fe0ddd 编写于 作者: H Herbert Xu

mac80211: Include crypto/aead.h

All users of AEAD should include crypto/aead.h instead of
include/linux/crypto.h.
Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
Acked-by: NDavid S. Miller <davem@davemloft.net>
上级 1ce33115
...@@ -11,9 +11,8 @@ ...@@ -11,9 +11,8 @@
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/types.h> #include <linux/types.h>
#include <linux/crypto.h>
#include <linux/err.h> #include <linux/err.h>
#include <crypto/aes.h> #include <crypto/aead.h>
#include <net/mac80211.h> #include <net/mac80211.h>
#include "key.h" #include "key.h"
......
...@@ -8,9 +8,8 @@ ...@@ -8,9 +8,8 @@
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/types.h> #include <linux/types.h>
#include <linux/crypto.h>
#include <linux/err.h> #include <linux/err.h>
#include <crypto/aes.h> #include <crypto/aead.h>
#include <net/mac80211.h> #include <net/mac80211.h>
#include "key.h" #include "key.h"
......
...@@ -9,8 +9,8 @@ ...@@ -9,8 +9,8 @@
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/types.h> #include <linux/types.h>
#include <linux/crypto.h>
#include <linux/err.h> #include <linux/err.h>
#include <crypto/aead.h>
#include <crypto/aes.h> #include <crypto/aes.h>
#include <net/mac80211.h> #include <net/mac80211.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册