]> git.ipfire.org Git - thirdparty/hostap.git/commit
proxyarp: Fix x_snoop multicast-to-unicast debug print
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 28 Nov 2014 17:43:58 +0000 (19:43 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 28 Nov 2014 20:37:05 +0000 (22:37 +0200)
commitef3ea80c689fd2f842e0c974cdc7cc36e8ce4b59
tree6140286a39a923810fda97a444c4ff3c5ac3fd0c
parent89052e99522505bf1009a107f826a789233115e6
proxyarp: Fix x_snoop multicast-to-unicast debug print

l2_packet_send() returns >= 0 on success, i.e., non-zero value does not
mean failure. Fix this debug print to show up only on negative return
values.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/ap/x_snoop.c