mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Move the vsi variable outside of the #ifdef block to unbreak NOIP kernels
after r277084. MFC after: 6 days X-MFC with: r277084
This commit is contained in:
parent
3e420a3e12
commit
a2cf30b916
1 changed files with 1 additions and 1 deletions
|
|
@ -1108,8 +1108,8 @@ int
|
|||
ixl_init_rx_ring(struct ixl_queue *que)
|
||||
{
|
||||
struct rx_ring *rxr = &que->rxr;
|
||||
#if defined(INET6) || defined(INET)
|
||||
struct ixl_vsi *vsi = que->vsi;
|
||||
#if defined(INET6) || defined(INET)
|
||||
struct ifnet *ifp = vsi->ifp;
|
||||
struct lro_ctrl *lro = &rxr->lro;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue