Re: [PATCH net-next v3] net: mhi: Add raw IP mode support
From: David Miller <davem@davemloft.net>
Date: 2021-01-05 23:42:10
From: David Miller <davem@davemloft.net>
Date: 2021-01-05 23:42:10
From: Loic Poulain <redacted> Date: Tue, 29 Dec 2020 10:04:54 +0100
MHI net is protocol agnostic, the payload protocol depends on the modem configuration, which can be either RMNET (IP muxing and aggregation) or raw IP. This patch adds support for incomming IPv4/IPv6 packets, that was previously unconditionnaly reported as RMNET packets. Signed-off-by: Loic Poulain <redacted>
Applied to net-next, thanks.