diff options
author | Wang Wenhu <wenhu.wang@vivo.com> | 2020-04-09 05:53:53 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-04-24 08:59:02 +0300 |
commit | 0f838a404973390475c8003a5e98c3b847d2cea5 (patch) | |
tree | c7dc9671a139a95190658f8e5defa84920a66a30 /include/net | |
parent | 1cd63ccd59f90dada407d19a3214404a63cc3140 (diff) | |
download | linux-0f838a404973390475c8003a5e98c3b847d2cea5.tar.xz |
net: qrtr: send msgs from local of same id as broadcast
[ Upstream commit 6dbf02acef69b0742c238574583b3068afbd227c ]
If the local node id(qrtr_local_nid) is not modified after its
initialization, it equals to the broadcast node id(QRTR_NODE_BCAST).
So the messages from local node should not be taken as broadcast
and keep the process going to send them out anyway.
The definitions are as follow:
static unsigned int qrtr_local_nid = NUMA_NO_NODE;
Fixes: fdf5fd397566 ("net: qrtr: Broadcast messages only from control port")
Signed-off-by: Wang Wenhu <wenhu.wang@vivo.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/net')
0 files changed, 0 insertions, 0 deletions