mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
MFp4: fix a race in transmit buffer handling
This commit is contained in:
parent
f219cbb721
commit
3bb40db608
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ __FBSDID("$FreeBSD$");
|
|||
|
||||
#include "miibus_if.h"
|
||||
|
||||
#define ATE_MAX_TX_BUFFERS 64 /* We have ping-pong tx buffers */
|
||||
#define ATE_MAX_TX_BUFFERS 2 /* We have ping-pong tx buffers */
|
||||
#define ATE_MAX_RX_BUFFERS 64
|
||||
|
||||
struct ate_softc
|
||||
|
|
|
|||
Loading…
Reference in a new issue