net: qualcomm: rmnet: avoid unnecessary IPv6 byte-swapping
authorAlex Elder <elder@linaro.org>
Fri, 11 Jun 2021 19:05:29 +0000 (14:05 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 11 Jun 2021 20:37:50 +0000 (13:37 -0700)
commit23a5708d4e78a97a8ee0b3bcbf93c81b43504b84
treea2053be17806cb5479dfa4f6fdbd46e1d34d835f
parenta2918a169f57f965e4e5949822c2602c90e388ab
net: qualcomm: rmnet: avoid unnecessary IPv6 byte-swapping

In the previous patch IPv4 download checksum offload code was
updated to avoid unnecessary byte swapping, based on properties of
the Internet checksum algorithm.  This patch makes comparable
changes to the IPv6 download checksum offload handling.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/qualcomm/rmnet/rmnet_map_data.c