]> git.baikalelectronics.ru Git - kernel.git/commit
batman-adv: Remove dev_queue_xmit return code exception
authorSven Eckelmann <sven@narfation.org>
Sun, 17 Jul 2016 19:04:05 +0000 (21:04 +0200)
committerSimon Wunderlich <sw@simonwunderlich.de>
Tue, 8 Nov 2016 18:02:34 +0000 (19:02 +0100)
commit1bd75ff5e2ba9bb03e1660681adc258ff3d1cbf4
tree485c72b58b1f82389cb10a5fa779b6d164927b0c
parent4d4bc9bb3e60291dcec089ef6e59e12ca8aba829
batman-adv: Remove dev_queue_xmit return code exception

No caller of batadv_send_skb_to_orig is expecting the results to be -1
(-EPERM) anymore when the skbuff was not consumed. They will instead expect
that the skbuff is always consumed. Having such return code filter is
therefore not needed anymore.

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