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)
commit317595d2ce779dca1aaf2af5e9a627513f10f202
tree1540f9d04ce3dbd1bf98cbb69bdbd0e11db070a1
parent88e03057e4df72ecf1f9d8e0424e209eef82beaf
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