diff options
author | Kelly Hu <kelly.hu@Sun.COM> | 2009-04-08 10:38:35 +0800 |
---|---|---|
committer | Kelly Hu <kelly.hu@Sun.COM> | 2009-04-08 10:38:35 +0800 |
commit | d4401b99a36e5170ccaa7defc0d2ac65b23f08c6 (patch) | |
tree | 64b7c3709e24edccb52363542527eb5af089737e /usr/src/cmd/fcinfo/fcinfo.h | |
parent | 45e46d060213105b5301d64e637dfdba4ddfba4e (diff) | |
download | illumos-gate-d4401b99a36e5170ccaa7defc0d2ac65b23f08c6.tar.gz |
6815792 fcoe need to consider link name changes on the fly
6815799 Remove mac_is_vnic() and move the check for vnic to libfcoe
Diffstat (limited to 'usr/src/cmd/fcinfo/fcinfo.h')
-rw-r--r-- | usr/src/cmd/fcinfo/fcinfo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/src/cmd/fcinfo/fcinfo.h b/usr/src/cmd/fcinfo/fcinfo.h index 4047ccaf4b..00e61c28b5 100644 --- a/usr/src/cmd/fcinfo/fcinfo.h +++ b/usr/src/cmd/fcinfo/fcinfo.h @@ -119,7 +119,6 @@ extern "C" { #define TARGET_MODE 0x00000010 /* FCOE */ -#define FCOE_MAX_MAC_NAME_LEN 32 #define FCOE_USER_RAW_FRAME_SIZE 224 typedef struct _tgtPortWWNList { |