/* * netsniff-ng - the packet sniffing beast * Copyright 2009 - 2013 Daniel Borkmann. * Subject to the GPL, version 2. */ #ifndef LINKTYPE_H #define LINKTYPE_H #define LINKTYPE_NULL 0 #define LINKTYPE_EN10MB 1 #define LINKTYPE_EN3MB 2 #define LINKTYPE_AX25 3 #define LINKTYPE_PRONET 4 #define LINKTYPE_CHAOS 5 #define LINKTYPE_IEEE802 6 #define LINKTYPE_SLIP 8 #define LINKTYPE_PPP 9 #define LINKTYPE_FDDI 10 #define LINKTYPE_ATM_CLIP 19 #define LINKTYPE_C_HDLC 104 #define LINKTYPE_IEEE802_11 105 #define LINKTYPE_FRELAY 107 #define LINKTYPE_ECONET 115 #define LINKTYPE_IEEE802_11_RADIOTAP 127 #define LINKTYPE_ARCNET_LINUX 129 #define LINKTYPE_LINUX_IRDA 144 #define LINKTYPE_CAN20B 190 #define LINKTYPE_IEEE802_15_4_LINUX 191 #define LINKTYPE_INFINIBAND 247 #define LINKTYPE_NETLINK 253 #define LINKTYPE_MAX 254 #endif '>net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2016-10-29 08:10:03 -0200
committerDarren Hart <dvhart@linux.intel.com>2016-11-01 09:27:33 -0700
commit8ec4b736d709562193566156c0dd40e327df2cbb (patch)
treea9b125f2cf365b34f29a9ee0bb79a9088a5e5730 /Documentation
parent1c80e9603fe8341ed5bea696747d07083d5e0476 (diff)
Documentation/ABI: ibm_rtl: The "What:" fields are incomplete
The "What:" field at the ABI should describe the location of the ABI, e. g. the position under a mounted sysfs. However, this file has only the basename without the path. Fix it. Cc: Vernon Mauery <vernux@us.ibm.com> Cc: platform-driver-x86@vger.kernel.org Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'Documentation')