mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
MFC r208356.
Remove bad assertion.
This commit is contained in:
parent
710b73c893
commit
35ba64bf95
1 changed files with 0 additions and 1 deletions
|
|
@ -1983,7 +1983,6 @@ cxgb_set_lro(struct port_info *p, int enabled)
|
|||
struct adapter *adp = p->adapter;
|
||||
struct sge_qset *q;
|
||||
|
||||
PORT_LOCK_ASSERT_OWNED(p);
|
||||
for (i = 0; i < p->nqsets; i++) {
|
||||
q = &adp->sge.qs[p->first_qset + i];
|
||||
q->lro.enabled = (enabled != 0);
|
||||
|
|
|
|||
Loading…
Reference in a new issue