OSDN Git Service

Merge branch 'qrtr-Fixes-and-support-receiving-version-2-packets'
authorDavid S. Miller <davem@davemloft.net>
Wed, 11 Oct 2017 22:28:39 +0000 (15:28 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 11 Oct 2017 22:28:39 +0000 (15:28 -0700)
Bjorn Andersson says:

====================
net: qrtr: Fixes and support receiving version 2 packets

On the latest Qualcomm platforms remote processors are sending packets with
version 2 of the message header. This series starts off with some fixes and
then refactors the qrtr code to support receiving messages of both version 1
and version 2.

As all remotes are backwards compatible transmitted packets continues to be
send as version 1, but some groundwork has been done to make this a per-link
property.
====================

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

Trivial merge