batman-adv: Count all non-success TX packets as dropped
authorSven Eckelmann <sven@narfation.org>
Sun, 17 Jul 2016 19:04:01 +0000 (21:04 +0200)
committerSimon Wunderlich <sw@simonwunderlich.de>
Sun, 30 Oct 2016 10:11:36 +0000 (11:11 +0100)
commiteaac2c876ecce420d24ff5d5b6d6a51390446798
tree7d136c50718d0c2c8b1cad4f0fa3323669f1476e
parentbd687fe41991611a6904b7cbc1d596f687584ebb
batman-adv: Count all non-success TX packets as dropped

A failure during the submission also causes dropped packets.
batadv_interface_tx should therefore also increase the DROPPED counter for
these returns.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
net/batman-adv/soft-interface.c