Skip to content
Snippets Groups Projects
Commit 67be864a authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "rmnetctl: support map based UL checksum offload"

parents 8484a5c4 a3c57179
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,8 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define EGRESS_FLAGS_MASK (RMNET_EGRESS_FORMAT__RESERVED__ | \
RMNET_EGRESS_FORMAT_MAP | \
RMNET_EGRESS_FORMAT_AGGREGATION | \
RMNET_EGRESS_FORMAT_MUXING)
RMNET_EGRESS_FORMAT_MUXING | \
RMNET_EGRESS_FORMAT_MAP_CKSUMV3)
#define min(a, b) (((a) < (b)) ? (a) : (b))
/*===========================================================================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment