HomeFreeBSD

if_media.c: staticize and constify ifmedia description structures used under…

Description

if_media.c: staticize and constify ifmedia description structures used under IFMEDIA_DEBUG.

The reason for this change is to make it clear the scope of the in-kernel usage
of IFM_TYPE_DESCRIPTIONS and IFM_SUBTYPE_ETHERNET_DESCRIPTIONS macros. Also it
is somewhat better C.

Reviewed by: hselasky
Sponsored by: Mellanox Technologies
Differential revision: https://reviews.freebsd.org/D23620

Details

Provenance
kibAuthored on
Reviewer
hselasky
Differential Revision
D23620: Add 50G-KR4 media type.
Parents
rS357763: if_media.c: use __FBSDID().
Branches
Unknown
Tags
Unknown