]> git.baikalelectronics.ru Git - kernel.git/commit
net: qrtr: Reset the node and port ID of broadcast messages
authorArun Kumar Neelakantam <aneela@codeaurora.org>
Wed, 4 Jul 2018 14:19:33 +0000 (19:49 +0530)
committerDavid S. Miller <davem@davemloft.net>
Thu, 5 Jul 2018 11:20:03 +0000 (20:20 +0900)
commitd27aeae7002e8618816db37a0d3b6fdd580f8424
treeafc8b015ee789204fa1326fd3dafcf6fd900efe6
parente0465a2b38a4302102da544a73051f8323b1a193
net: qrtr: Reset the node and port ID of broadcast messages

All the control messages broadcast to remote routers are using
QRTR_NODE_BCAST instead of using local router NODE ID which cause
the packets to be dropped on remote router due to invalid NODE ID.

Signed-off-by: Arun Kumar Neelakantam <aneela@codeaurora.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/qrtr/qrtr.c