Fix build: Make forgotten IFNET_MULTIQUEUE to IFNET_BUF_RING

ifdef change.
This commit is contained in:
Andrew Gallatin 2009-04-27 17:24:47 +00:00
parent baf2572c76
commit 950f22e38d

View File

@ -125,7 +125,7 @@ typedef struct
typedef struct
{
struct mtx mtx;
#ifdef IFNET_MULTIQUEUE
#ifdef IFNET_BUF_RING
struct buf_ring *br;
#endif
volatile mcp_kreq_ether_send_t *lanai; /* lanai ptr for sendq */