commit | 194ccc88297ae78d0803adad83c6dcc369787c9e | [log] [tgz] |
---|---|---|
author | Bjorn Andersson <bjorn.andersson@linaro.org> | Tue Oct 10 23:45:23 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 11 15:28:39 2017 -0700 |
tree | c067940c5ffd99874b625013c724aad2fb69ca8a | |
parent | f507a9b6e63b9f41b61d199c36ae046d17b5fe4b [diff] |
net: qrtr: Support decoding incoming v2 packets Add the necessary logic for decoding incoming messages of version 2 as well. Also make sure there's room for the bigger of version 1 and 2 headers in the code allocating skbs for outgoing messages. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>