commit | 31d6cbeeb88010d59e70e4e0ae9a2b17edebb64e | [log] [tgz] |
---|---|---|
author | Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> | Thu Feb 20 20:43:27 2020 +0530 |
committer | David S. Miller <davem@davemloft.net> | Fri Feb 21 11:59:12 2020 -0800 |
tree | d1ccf37ff84e48e7d43371907320576b5ce5f0d2 | |
parent | 0c2204a4ad710d95d348ea006f14ba926e842ffd [diff] |
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>