mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 01:00:30 -04:00
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:
parent
2796f7cab1
commit
22b20b45c9
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue