]> git.baikalelectronics.ru Git - kernel.git/commit
qmi_wwan: add support for QMAP padding in the RX path
authorReinhard Speyerer <rspmn@arcor.de>
Wed, 12 Jun 2019 17:02:13 +0000 (19:02 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sat, 15 Jun 2019 02:05:58 +0000 (19:05 -0700)
commit0e5480d4cc2daeefc41596893e458125d27b9f9a
tree3b16f1216729a5504256a546b521948c82c33d52
parent4e73830ff297852ab5eb3bf8cb7f72d0d7aadc92
qmi_wwan: add support for QMAP padding in the RX path

The QMAP code in the qmi_wwan driver is based on the CodeAurora GobiNet
driver which does not process QMAP padding in the RX path correctly.
Add support for QMAP padding to qmimux_rx_fixup() according to the
description of the rmnet driver.

Fixes: f5109742dba0 ("net: usb: qmi_wwan: add qmap mux protocol support")
Cc: Daniele Palmas <dnlplm@gmail.com>
Signed-off-by: Reinhard Speyerer <rspmn@arcor.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/qmi_wwan.c