]> git.baikalelectronics.ru Git - kernel.git/commit
net: usb: cdc_mbim: add flag FLAG_SEND_ZLP
authorDaniele Palmas <dnlplm@gmail.com>
Thu, 31 May 2018 09:18:29 +0000 (11:18 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Jun 2018 18:01:42 +0000 (14:01 -0400)
commit8ee6fdf1a1456e79fd6b7cd7037f868e8d364eed
treede6af752acbdaff95a43ef573659ced5c14d7601
parentc7a29f9e27b7e4ddaaef7b7ad6dec3770c13628a
net: usb: cdc_mbim: add flag FLAG_SEND_ZLP

Testing Telit LM940 with ICMP packets > 14552 bytes revealed that
the modem needs FLAG_SEND_ZLP to properly work, otherwise the cdc
mbim data interface won't be anymore responsive.

Signed-off-by: Daniele Palmas <dnlplm@gmail.com>
Acked-by: Bjørn Mork <bjorn@mork.no>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/cdc_mbim.c