mbox series

[v2,0/2] net: qrtr: Nameserver fixes

Message ID 20200302070305.612067-1-bjorn.andersson@linaro.org
Headers show
Series net: qrtr: Nameserver fixes | expand

Message

Bjorn Andersson March 2, 2020, 7:03 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 | 10 +--------
 net/qrtr/qrtr.h |  2 +-
 3 files changed, 33 insertions(+), 35 deletions(-)