After r274205 unbreak NOIP kernels. vsi is now also used outside
address family specific blocks so move it out from under the condition. MFC after: 6 days X-MFC with: r274205
This commit is contained in:
parent
c4b6620861
commit
08e27a29f2
@ -1089,8 +1089,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 New Issue
Block a user