commit | bd687fe41991611a6904b7cbc1d596f687584ebb | [log] [tgz] |
---|---|---|
author | Sven Eckelmann <sven@narfation.org> | Sun Jul 17 21:04:00 2016 +0200 |
committer | Simon Wunderlich <sw@simonwunderlich.de> | Sun Oct 30 11:11:36 2016 +0100 |
tree | 515668dc83bd3a60a3b2a7acd4f5a28ea76e8111 | |
parent | 3111beed0d595d26551afb607c9812fe49da2ead [diff] |
batman-adv: use consume_skb for non-dropped packets kfree_skb assumes that an skb is dropped after an failure and notes that. consume_skb should be used in non-failure situations. Such information is important for dropmonitor netlink which tells how many packets were dropped and where this drop happened. Signed-off-by: Sven Eckelmann <sven@narfation.org> Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>