/* * 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_LINUX_SLL 113 #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 -next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2016-10-19 09:17:29 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2016-10-19 09:17:29 -0700
commitb6ffb11e4e5b6d1ae61c26c90255877fa4749eca (patch)
tree980bab8f052f70985cb0cc6408c4d50e81eac666 /Documentation/devicetree
parent8835ca59dac2bc1e0136791abf3ccd51588803ce (diff)
parentc538b9436751a0be2e1246b48353bc23156bdbcc (diff)
Merge tag 'pinctrl-v4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
Pull first round of pin control fixes from Linus Walleij: - a bunch of barnsjukdomar/kinderkrankheiten/maladie infantile in the Aspeed driver. (Why doesn't English have a word for this?) [ Maybe "teething problems" is the closest English idiom? - Linus T ] - fix a lockdep bug on the Intel BayTrail. - fix a few special laptop issues on the Intel pin controller solving suspend issues. * tag 'pinctrl-v4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl: pinctrl: intel: Only restore pins that are used by the driver pinctrl: baytrail: Fix lockdep pinctrl: aspeed-g5: Fix pin association of SPI1 function pinctrl: aspeed-g5: Fix GPIOE1 typo pinctrl: aspeed-g5: Fix names of GPID2 pins pinctrl: aspeed: "Not enabled" is a significant mux state
Diffstat (limited to 'Documentation/devicetree')