]> git.baikalelectronics.ru Git - kernel.git/commit
net: ipa: rename endpoint->trans_tre_max
authorAlex Elder <elder@linaro.org>
Fri, 10 Jun 2022 15:46:12 +0000 (10:46 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 13 Jun 2022 11:01:58 +0000 (12:01 +0100)
commit6505ce54c4397eb9d5f0486bb7613aea2a856910
tree1540f9d04ce3dbd1bf98cbb69bdbd0e11db070a1
parent522baa95715b63b17cb8638f93523bb7033966a2
net: ipa: rename endpoint->trans_tre_max

The trans_tre_max field of the IPA endpoint structure is only used
to limit the number of fragments allowed for an SKB being prepared
for transmission.  Recognizing that, rename the field skb_frag_max,
and reduce its value by 1.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ipa/ipa_endpoint.c
drivers/net/ipa/ipa_endpoint.h