summaryrefslogtreecommitdiff
path: root/patches/collateral-evolutions/network/0007-lowpan-inet_frag_lru_move.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2014-10-25 13:55:02 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2014-10-25 14:44:50 +0200
commit1f4af51943861539df14c1d1cf6c36c8af65cc9c (patch)
tree288e3eae7a5ac5c99f77f582990332619bde4eda /patches/collateral-evolutions/network/0007-lowpan-inet_frag_lru_move.patch
parent9fa35102ba209f32f682cf61eea9dff8de4a5ec3 (diff)
backports: refresh patches on v3.18-rc1v3.18-rc1-1
1 3.0.101 [ OK ] 2 3.1.10 [ OK ] 3 3.2.62 [ OK ] 4 3.3.8 [ OK ] 5 3.4.104 [ OK ] 6 3.5.7 [ OK ] 7 3.6.11 [ OK ] 8 3.7.10 [ OK ] 9 3.8.13 [ OK ] 10 3.9.11 [ OK ] 11 3.10.58 [ OK ] 12 3.11.10 [ OK ] 13 3.12.31 [ OK ] 14 3.13.11 [ OK ] 15 3.14.22 [ OK ] 16 3.15.10 [ OK ] 17 3.16.6 [ OK ] 18 3.17.1 [ OK ] 19 3.18-rc1 [ OK ] Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'patches/collateral-evolutions/network/0007-lowpan-inet_frag_lru_move.patch')
-rw-r--r--patches/collateral-evolutions/network/0007-lowpan-inet_frag_lru_move.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/collateral-evolutions/network/0007-lowpan-inet_frag_lru_move.patch b/patches/collateral-evolutions/network/0007-lowpan-inet_frag_lru_move.patch
index d0b2c67c..de22c920 100644
--- a/patches/collateral-evolutions/network/0007-lowpan-inet_frag_lru_move.patch
+++ b/patches/collateral-evolutions/network/0007-lowpan-inet_frag_lru_move.patch
@@ -23,7 +23,7 @@ and then domain specific inet_frag_lru_move() define.
+#include <linux/spinlock.h>
struct lowpan_create_arg {
- u16 tag;
+ __be16 tag;
@@ -19,8 +20,32 @@ struct lowpan_frag_queue {
u16 d_size;
struct ieee802154_addr saddr;