ether: add IEEE 1722 ethertype - TSN
authorHenrik Austad <henrik@austad.us>
Wed, 9 Sep 2015 10:25:17 +0000 (12:25 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 10 Sep 2015 05:06:29 +0000 (22:06 -0700)
IEEE 1722 describes AVB (later renamed to TSN - Time Sensitive
Networking), a protocol, encapsualtion and synchronization to utilize
standard networks for audio/video (and later other time-sensitive)
streams.

This standard uses ethertype 0x22F0.

http://standards.ieee.org/develop/regauth/ethertype/eth.txt

This is a respin of a previous patch ("ether: add AVB frame type
ETH_P_AVB")

CC: "David S. Miller" <davem@davemloft.net>
CC: netdev@vger.kernel.org
CC: linux-api@vger.kernel.org
CC: linux-kernel@vger.kernel.org
Signed-off-by: Henrik Austad <henrik@austad.us>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/uapi/linux/if_ether.h

Simple merge