diff options
author | Robert Mustacchi <rm@fingolfin.org> | 2020-09-15 00:04:46 -0700 |
---|---|---|
committer | Robert Mustacchi <rm@fingolfin.org> | 2020-09-18 08:05:43 -0700 |
commit | fd147c98dbdbc9e5ac99fa51cb608e8eeb1f16f1 (patch) | |
tree | fd25bd264fb396dd83a0f46873d83ed17968a066 | |
parent | 3626423cd8fd36c60b866e625aff599f055c7dc3 (diff) | |
download | illumos-joyent-fd147c98dbdbc9e5ac99fa51cb608e8eeb1f16f1.tar.gz |
13168 reality should reflect the mac_prop_id_t comment
Reviewed by: Dan McDonald <danmcd@joyent.com>
Reviewed by: Patrick Mooney <pmooney@pfmooney.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
-rw-r--r-- | usr/src/uts/common/sys/mac.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/common/sys/mac.h b/usr/src/uts/common/sys/mac.h index 00d9901719..e90df8746c 100644 --- a/usr/src/uts/common/sys/mac.h +++ b/usr/src/uts/common/sys/mac.h @@ -162,6 +162,7 @@ typedef enum { * Please append properties to the end of this list. Do not reorder the list. */ typedef enum { + MAC_PROP_PRIVATE = -1, MAC_PROP_DUPLEX = 0x00000001, MAC_PROP_SPEED, MAC_PROP_STATUS, @@ -239,8 +240,7 @@ typedef enum { MAC_PROP_ADV_50GFDX_CAP, MAC_PROP_EN_50GFDX_CAP, MAC_PROP_EN_FEC_CAP, - MAC_PROP_ADV_FEC_CAP, - MAC_PROP_PRIVATE = -1 + MAC_PROP_ADV_FEC_CAP } mac_prop_id_t; /* |