batman-adv: Refresh patches
[feed/routing.git] / batman-adv / patches / 0015-batman-adv-Fix-rx-packet-bytes-stats-on-local-ARP-re.patch
index 7a5b4fd89525ad0527553b5ebf5a2a73a3cb3b18..73e7f6674b35a5e8dddb5e4f440793863b71f548 100644 (file)
@@ -1,6 +1,6 @@
 From: Sven Eckelmann <sven@narfation.org>
 Date: Wed, 5 Apr 2017 16:26:17 +0200
-Subject: [PATCH] batman-adv: Fix rx packet/bytes stats on local ARP reply
+Subject: batman-adv: Fix rx packet/bytes stats on local ARP reply
 
 The stats are generated by batadv_interface_stats and must not be stored
 directly in the net_device stats member variable. The batadv_priv
@@ -14,9 +14,6 @@ Fixes: 75ca71d858f5 ("batman-adv: Distributed ARP Table - add snooping functions
 Signed-off-by: Sven Eckelmann <sven@narfation.org>
 
 Origin: upstream, https://git.open-mesh.org/batman-adv.git/commit/426ddde4ffe0c7345d1a7409bf899f89ddea26d3
----
- net/batman-adv/distributed-arp-table.c | 5 +++--
- 1 file changed, 3 insertions(+), 2 deletions(-)
 
 diff --git a/net/batman-adv/distributed-arp-table.c b/net/batman-adv/distributed-arp-table.c
 index 16216532c1d82c09337a9c5e7a4cd5b4ad3ded5d..4d982e63a3ab269e3d3b1e7a9d5f205638051603 100644