fix for commit r17276
SVN-Revision: 17280
This commit is contained in:
parent
d8641e67e1
commit
82a092bece
3 changed files with 33 additions and 0 deletions
|
@ -9,3 +9,14 @@
|
||||||
# define LL_MAX_HEADER 128
|
# define LL_MAX_HEADER 128
|
||||||
# else
|
# else
|
||||||
# define LL_MAX_HEADER 96
|
# define LL_MAX_HEADER 96
|
||||||
|
--- a/include/linux/skbuff.h
|
||||||
|
+++ b/include/linux/skbuff.h
|
||||||
|
@@ -326,7 +326,7 @@ struct sk_buff {
|
||||||
|
#ifdef CONFIG_IPV6_NDISC_NODETYPE
|
||||||
|
__u8 ndisc_nodetype:2;
|
||||||
|
#endif
|
||||||
|
-#if defined(CONFIG_MAC80211) || defined(CONFIG_MAC80211_MODULE)
|
||||||
|
+#if 1
|
||||||
|
__u8 do_not_encrypt:1;
|
||||||
|
#endif
|
||||||
|
/* 0/13/14 bit hole */
|
||||||
|
|
|
@ -9,3 +9,14 @@
|
||||||
# define LL_MAX_HEADER 128
|
# define LL_MAX_HEADER 128
|
||||||
# else
|
# else
|
||||||
# define LL_MAX_HEADER 96
|
# define LL_MAX_HEADER 96
|
||||||
|
--- a/include/linux/skbuff.h
|
||||||
|
+++ b/include/linux/skbuff.h
|
||||||
|
@@ -332,7 +332,7 @@ struct sk_buff {
|
||||||
|
#ifdef CONFIG_IPV6_NDISC_NODETYPE
|
||||||
|
__u8 ndisc_nodetype:2;
|
||||||
|
#endif
|
||||||
|
-#if defined(CONFIG_MAC80211) || defined(CONFIG_MAC80211_MODULE)
|
||||||
|
+#if 1
|
||||||
|
__u8 do_not_encrypt:1;
|
||||||
|
#endif
|
||||||
|
/* 0/13/14 bit hole */
|
||||||
|
|
|
@ -9,3 +9,14 @@
|
||||||
# define LL_MAX_HEADER 128
|
# define LL_MAX_HEADER 128
|
||||||
# else
|
# else
|
||||||
# define LL_MAX_HEADER 96
|
# define LL_MAX_HEADER 96
|
||||||
|
--- a/include/linux/skbuff.h
|
||||||
|
+++ b/include/linux/skbuff.h
|
||||||
|
@@ -387,7 +387,7 @@ struct sk_buff {
|
||||||
|
#ifdef CONFIG_IPV6_NDISC_NODETYPE
|
||||||
|
__u8 ndisc_nodetype:2;
|
||||||
|
#endif
|
||||||
|
-#if defined(CONFIG_MAC80211) || defined(CONFIG_MAC80211_MODULE)
|
||||||
|
+#if 1
|
||||||
|
__u8 do_not_encrypt:1;
|
||||||
|
__u8 requeue:1;
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue