aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qualcomm
diff options
context:
space:
mode:
authorAlex Elder <elder@linaro.org>2021-03-15 16:51:46 -0500
committerDavid S. Miller <davem@davemloft.net>2021-03-15 20:41:58 -0700
commit45f3a13c816656c9d3d311880d90286341644d9b (patch)
tree4bc7fed39e5cac29bedcb91927fe0e51caec21b9 /drivers/net/ethernet/qualcomm
parentnet: ipa: make ipa_table_hash_support() inline (diff)
downloadlinux-dev-45f3a13c816656c9d3d311880d90286341644d9b.tar.xz
linux-dev-45f3a13c816656c9d3d311880d90286341644d9b.zip
net: qualcomm: rmnet: mark trailer field endianness
The fields in the checksum trailer structure used for QMAP protocol RX packets are all big-endian format, so define them that way. It turns out these fields are never actually used by the RMNet code. The start offset is always assumed to be zero, and the length is taken from the other packet headers. So making these fields explicitly big endian has no effect on the behavior of the code. Signed-off-by: Alex Elder <elder@linaro.org> Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org> Reviewed-by: Alexander Duyck <alexanderduyck@fb.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/qualcomm')
0 files changed, 0 insertions, 0 deletions