]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit - net/qrtr/qrtr.c
net: qrtr: Fix the local node ID as 1
authorManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Thu, 20 Feb 2020 15:13:27 +0000 (20:43 +0530)
committerDavid S. Miller <davem@davemloft.net>
Fri, 21 Feb 2020 19:59:12 +0000 (11:59 -0800)
commit31d6cbeeb88010d59e70e4e0ae9a2b17edebb64e
treed1ccf37ff84e48e7d43371907320576b5ce5f0d2
parent0c2204a4ad710d95d348ea006f14ba926e842ffd
net: qrtr: Fix the local node ID as 1

In order to start the QRTR nameservice, the local node ID needs to be
valid. Hence, fix it to 1. Previously, the node ID was configured through
a userspace tool before starting the nameservice daemon. Since we have now
integrated the nameservice handling to kernel, this change is necessary
for making it functional.

Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/qrtr/qrtr.c