Skip to content

Commit

Permalink
Update hnat.c
Browse files Browse the repository at this point in the history
  • Loading branch information
MeIsReallyBa committed Dec 21, 2023
1 parent ac6cf84 commit 57e5aab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ static int hnat_start(void)
cr_set_field(hnat_priv->ppe_base + PPE_BIND_LMT_0, HALF_LMT, 16383);
cr_set_field(hnat_priv->ppe_base + PPE_BIND_LMT_1, FULL_LMT, 16383);
/* setup binding threshold as 30 packets per second */
cr_set_field(hnat_priv->ppe_base + PPE_BNDR, BIND_RATE, 0x1E);
cr_set_field(hnat_priv->ppe_base + PPE_BNDR, BIND_RATE, 0x5);

/* setup FOE cf gen */
cr_set_field(hnat_priv->ppe_base + PPE_GLO_CFG, PPE_EN, 1);
Expand Down

0 comments on commit 57e5aab

Please sign in to comment.