diff options
Diffstat (limited to 'include/linux/if_ether.h')
-rw-r--r-- | include/linux/if_ether.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/if_ether.h b/include/linux/if_ether.h index 723a1c5fbc6c..2140aacb6338 100644 --- a/include/linux/if_ether.h +++ b/include/linux/if_ether.h | |||
@@ -77,6 +77,7 @@ | |||
77 | #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ | 77 | #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ |
78 | #define ETH_P_AOE 0x88A2 /* ATA over Ethernet */ | 78 | #define ETH_P_AOE 0x88A2 /* ATA over Ethernet */ |
79 | #define ETH_P_TIPC 0x88CA /* TIPC */ | 79 | #define ETH_P_TIPC 0x88CA /* TIPC */ |
80 | #define ETH_P_EDSA 0xDADA /* Ethertype DSA [ NOT AN OFFICIALLY REGISTERED ID ] */ | ||
80 | 81 | ||
81 | /* | 82 | /* |
82 | * Non DIX types. Won't clash for 1500 types. | 83 | * Non DIX types. Won't clash for 1500 types. |