Module Name: src Committed By: thorpej Date: Thu Mar 25 23:19:16 UTC 1999 Modified Files: src/sys/dev/ic: mb86960.c mb86960var.h Log Message: Use ETHER_*_LEN constants from <net/if_ether.h> instead of defining them ourselves. Subtract ETHER_CRC_LEN as necessary to get the same values for these constants as were previously defined locally.