]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'Migrate-QRTR-Nameservice-to-Kernel'
authorDavid S. Miller <davem@davemloft.net>
Fri, 21 Feb 2020 19:59:13 +0000 (11:59 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 21 Feb 2020 19:59:13 +0000 (11:59 -0800)
commitdce215c6cabc93a676da799accdce281076e8e28
treed1ccf37ff84e48e7d43371907320576b5ce5f0d2
parent762e250b5a078f9e907fa8b3df67b2c215aa7454
parent6076b98989df19f7be2a64df98f47ba80d84e619
Merge branch 'Migrate-QRTR-Nameservice-to-Kernel'

Manivannan Sadhasivam says:

====================
Migrate QRTR Nameservice to Kernel

This patchset migrates the Qualcomm IPC Router (QRTR) Nameservice from userspace
to kernel under net/qrtr.

The userspace implementation of it can be found here:
https://github.com/andersson/qrtr/blob/master/src/ns.c

This change is required for enabling the WiFi functionality of some Qualcomm
WLAN devices using ATH11K without any dependency on a userspace daemon. 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.

The original userspace code is published under BSD3 license. For migrating it
to Linux kernel, I have adapted Dual BSD/GPL license.

This patchset has been verified on Dragonboard410c and Intel NUC with QCA6390
WLAN device.

Changes in v2:

* Sorted the local variables in reverse XMAS tree order
====================

Signed-off-by: David S. Miller <davem@davemloft.net>