mbox series

[0/2] net: qrtr: Nameserver fixes

Message ID 20200302032527.552916-1-bjorn.andersson@linaro.org (mailing list archive)
Headers show
Series net: qrtr: Nameserver fixes | expand

Message

Bjorn Andersson March 2, 2020, 3:25 a.m. UTC
The need to respond to the HELLO message from the firmware was lost in the
translation from the user space implementation of the nameserver. Fixing this
also means we can remove the FIXME related to launching the ns.

Bjorn Andersson (2):
  net: qrtr: Respond to HELLO message
  net: qrtr: Fix FIXME related to qrtr_ns_init()

 net/qrtr/ns.c   | 56 +++++++++++++++++++++++++++----------------------
 net/qrtr/qrtr.c |  6 +-----
 net/qrtr/qrtr.h |  2 +-
 3 files changed, 33 insertions(+), 31 deletions(-)