net: ipa: fix source packet contexts limit
authorAlex Elder <elder@linaro.org>
Thu, 12 Nov 2020 12:11:56 +0000 (06:11 -0600)
committerJakub Kicinski <kuba@kernel.org>
Fri, 13 Nov 2020 23:37:07 +0000 (15:37 -0800)
I have discovered that the maximum number of source packet contexts
configured for SDM845 is incorrect.  Fix this error.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ipa/ipa_data-sdm845.c

index a9a9924..bd92b61 100644 (file)
@@ -150,11 +150,11 @@ static const struct ipa_resource_src ipa_resource_src[] = {
                .type = IPA_RESOURCE_TYPE_SRC_PKT_CONTEXTS,
                .limits[0] = {
                        .min = 1,
-                       .max = 63,
+                       .max = 255,
                },
                .limits[1] = {
                        .min = 1,
-                       .max = 63,
+                       .max = 255,
                },
        },
        {