This function turns an array of octets into a struct ether_addr,
which is useful when type-safe code (which uses ether_addr) wants
to interoperate with the many parts of the kernel where addresses
are stored as plain byte arrays.
To avoid sacrificing performance for safety, make the function
static inline.