aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi/fc
diff options
context:
space:
mode:
authorJoe Eykholt <jeykholt@cisco.com>2009-05-06 10:52:51 -0700
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2009-06-08 13:29:17 -0500
commit226c7ffe74474257b4b87bd38ae8ba0030cf65e2 (patch)
treee48c457df4b121cbbb47582446a11b23e7df2c14 /include/scsi/fc
parent[SCSI] fcoe: removes reserving memory for vlan_ethdr on tx path (diff)
downloadlinux-dev-226c7ffe74474257b4b87bd38ae8ba0030cf65e2.tar.xz
linux-dev-226c7ffe74474257b4b87bd38ae8ba0030cf65e2.zip
[SCSI] net, libfcoe: Add the FCoE Initialization Protocol ethertype
FIP is the FCoE Initialization Protocol and this patch adds the protocol ethertype to the kernel's list of ethertypes. Signed-off-by: Joe Eykholt <jeykholt@cisco.com> Signed-off-by: Robert Love <robert.w.love@intel.com> Acked-by: David S. Miller <davem@davemloft.net> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'include/scsi/fc')
-rw-r--r--include/scsi/fc/fc_fip.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/scsi/fc/fc_fip.h b/include/scsi/fc/fc_fip.h
index 0627a9ae6347..3d138c1fcf8a 100644
--- a/include/scsi/fc/fc_fip.h
+++ b/include/scsi/fc/fc_fip.h
@@ -22,13 +22,6 @@
* http://www.t11.org/ftp/t11/pub/fc/bb-5/08-543v1.pdf
*/
-/*
- * The FIP ethertype eventually goes in net/if_ether.h.
- */
-#ifndef ETH_P_FIP
-#define ETH_P_FIP 0x8914 /* FIP Ethertype */
-#endif
-
#define FIP_DEF_PRI 128 /* default selection priority */
#define FIP_DEF_FC_MAP 0x0efc00 /* default FCoE MAP (MAC OUI) value */
#define FIP_DEF_FKA 8000 /* default FCF keep-alive/advert period (mS) */