/*
* 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
regulator: fixed: Revert support for ACPI interface
This reverts commit 13bed58ce874 (regulator: fixed: add support for ACPI
interface).
While there does appear to be a practical need to manage regulators on ACPI
systems, using ad-hoc properties to describe regulators to the kernel presents
a number of problems (especially should ACPI gain first class support for such
things), and there are ongoing discussions as to how to manage this.
Until there is a rough consensus, revert commit 13bed58ce8748d43, which hasn't
been in a released kernel yet as discussed in [1] and the surrounding thread.
[1] http://lkml.kernel.org/r/20170125184949.x2wkoo7kbaaajkjk@sirena.org.uk
Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Cc: Liam Girdwood <lgirdwood@gmail.com>
Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Cc: Lu Baolu <baolu.lu@linux.intel.com>
Cc: Mark Brown <broonie@kernel.org>
Cc: Rafael J. Wysocki <rafael@kernel.org>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
lass='diffstat-header'>Diffstat (limited to 'drivers/usb/serial/omninet.c')