]> git.baikalelectronics.ru Git - kernel.git/commit
net: qualcomm: rmnet: Handle command packets with checksum trailer
authorSubash Abhinov Kasiviswanathan <subashab@codeaurora.org>
Sun, 7 Jan 2018 18:36:38 +0000 (11:36 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 8 Jan 2018 18:58:49 +0000 (13:58 -0500)
commitfeb6eb7b77d71bcc5e116b5266b0283aa4418c31
tree8444b9313cf5c9206996f0a78e0fd73a1d61b9da
parentbef8c2e7231f9a1fabf8eb4fa2863ded0a0980e5
net: qualcomm: rmnet: Handle command packets with checksum trailer

When using the MAPv4 packet format in conjunction with MAP commands,
a dummy DL checksum trailer will be appended to the packet. Before
this packet is sent out as an ACK, the DL checksum trailer needs to be
removed.

Signed-off-by: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/qualcomm/rmnet/rmnet_map_command.c