mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
kill NPE_PORTS_MAX, it's not used and likely will not be
This commit is contained in:
parent
d463fa5387
commit
cb52ddf021
1 changed files with 0 additions and 1 deletions
|
|
@ -84,7 +84,6 @@ struct npehwbuf {
|
|||
} ix_ne[NPE_MAXSEG];
|
||||
};
|
||||
|
||||
#define NPE_PORTS_MAX 2 /* logical ports */
|
||||
#define NPE_FRAME_SIZE_DEFAULT 1536
|
||||
#define NPE_FRAME_SIZE_MAX (65536-64)
|
||||
#define NPE_FRAME_SIZE_MIN 64
|
||||
|
|
|
|||
Loading…
Reference in a new issue