e1000: Fix variable typo

Forgot to git add this in last commit

Reported by:	jenkins
Fixes:		2796f7cab1
MFC after:	2 week
This commit is contained in:
Kevin Bowling 2021-09-15 09:18:59 -07:00
parent 2796f7cab1
commit 22b20b45c9

View File

@ -3323,7 +3323,7 @@ em_initialize_receive_unit(if_ctx_t ctx)
psize += VLAN_TAG_SIZE;
if (adapter->vf_ifp)
e1000_rlpml_set_vf(hw, pszie);
e1000_rlpml_set_vf(hw, psize);
else
E1000_WRITE_REG(hw, E1000_RLPML, psize);
}