Use ETHER_ADDR_LEN rather than 6.

This commit is contained in:
Warner Losh 2006-02-11 03:50:03 +00:00
parent 0085aa8869
commit 6600b2ce30

View File

@ -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 */