Skip to content

Commit 0c2204a

Browse files
Mani-Sadhasivamdavem330
authored andcommitted
net: qrtr: Migrate nameservice to kernel from userspace
The QRTR nameservice has been maintained in userspace for some time. This commit migrates it to Linux kernel. This change is required in order to eliminate the need of starting a userspace daemon for making the WiFi functional for ath11k based devices. Since the QRTR NS is not usually packed in most of the distros, users need to clone, build and install it to get the WiFi working. It will become a hassle when the user doesn't have any other source of network connectivity. Signed-off-by: Manivannan Sadhasivam <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent cd26d72 commit 0c2204a

File tree

4 files changed

+766
-39
lines changed

4 files changed

+766
-39
lines changed

net/qrtr/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: GPL-2.0-only
2-
obj-$(CONFIG_QRTR) := qrtr.o
2+
obj-$(CONFIG_QRTR) := qrtr.o ns.o
33

44
obj-$(CONFIG_QRTR_SMD) += qrtr-smd.o
55
qrtr-smd-y := smd.o

0 commit comments

Comments
 (0)