summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorSven Eckelmann <sven@narfation.org>2026-07-30 08:43:53 +0200
committerSven Eckelmann <sven@narfation.org>2026-08-05 09:16:54 +0200
commit1c852e4a99c732dc7e93a0aee195d10eba1f6339 (patch)
tree3faf67d6f3afdc4d61f6e48580d9db4597350a35 /tools/perf/scripts/python/bin
parent085a4112165bf311f487fe07c5e801e44aff5999 (diff)
batman-adv: correct NET_RX_* NET_XMIT_* confusion
batadv_recv_icmp_ttl_exceeded() is a receive function. It must therefore return NET_RX_* and not NET_XMIT_*. And batadv_send_skb_to_orig() is an xmit function and is returning NET_XMIT_*. This doesn't change the behavior because both NET_RX_SUCCESS and NET_RX_SUCCESS are using the same underlying value (0). Signed-off-by: Sven Eckelmann <sven@narfation.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions