Fix build: Make forgotten IFNET_MULTIQUEUE to IFNET_BUF_RING
ifdef change.
This commit is contained in:
parent
baf2572c76
commit
950f22e38d
@ -125,7 +125,7 @@ typedef struct
|
|||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
struct mtx mtx;
|
struct mtx mtx;
|
||||||
#ifdef IFNET_MULTIQUEUE
|
#ifdef IFNET_BUF_RING
|
||||||
struct buf_ring *br;
|
struct buf_ring *br;
|
||||||
#endif
|
#endif
|
||||||
volatile mcp_kreq_ether_send_t *lanai; /* lanai ptr for sendq */
|
volatile mcp_kreq_ether_send_t *lanai; /* lanai ptr for sendq */
|
||||||
|
Loading…
Reference in New Issue
Block a user