mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
Use ETHER_ADDR_LEN rather than 6.
This commit is contained in:
parent
0085aa8869
commit
6600b2ce30
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ struct cs_softc {
|
|||
int isa_config; /* ISA configuration */
|
||||
int chip_type; /* Type of chip */
|
||||
|
||||
u_char enaddr[6];
|
||||
u_char enaddr[ETHER_ADDR_LEN];
|
||||
|
||||
struct ifmedia media; /* Media information */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue