Skip to content

Commit

Permalink
net: qrtr: Migrate nameservice to kernel from userspace
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Mani-Sadhasivam authored and davem330 committed Feb 21, 2020
1 parent cd26d72 commit 0c2204a
Show file tree
Hide file tree
Showing 4 changed files with 766 additions and 39 deletions.
2 changes: 1 addition & 1 deletion net/qrtr/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_QRTR) := qrtr.o
obj-$(CONFIG_QRTR) := qrtr.o ns.o

obj-$(CONFIG_QRTR_SMD) += qrtr-smd.o
qrtr-smd-y := smd.o
Expand Down
Loading

0 comments on commit 0c2204a

Please sign in to comment.