Page MenuHomeFreeBSD

net: prefer ETHER_ADDR_LEN over ETH_ADDR_LEN
ClosedPublic

Authored by jacob.e.keller_intel.com on Aug 12 2019, 10:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 4 2024, 2:04 PM
Unknown Object (File)
Mar 4 2024, 2:04 PM
Unknown Object (File)
Jan 15 2024, 7:05 PM
Unknown Object (File)
Dec 28 2023, 11:27 PM
Unknown Object (File)
Dec 28 2023, 11:27 PM
Unknown Object (File)
Dec 23 2023, 2:37 AM
Unknown Object (File)
Dec 20 2023, 4:46 AM
Unknown Object (File)
Dec 16 2023, 6:48 AM

Details

Summary

A couple of drivers and one place in if.c use ETH_ADDR_LEN, even though
net/ethernet.h provides an equivalent ETHER_ADDR_LEN definition.

Cleanup all of the locations which refer to ETH_ADDR_LEN to use the
standard ETHER_ADDR_LEN instead.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

erj added a subscriber: jpaetzel.

Adding @jpaetzel since he seemed to be the last person making updates to oce(4); is this change ok to make there? There's no functional change.

For the OCE change that is fine.

Update patch to make it build on HEAD

Don't remove the extra whitespace in if.c

This revision is now accepted and ready to land.Nov 4 2019, 10:56 PM
This revision was automatically updated to reflect the committed changes.