aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2012-05-11 22:16:23 +0000
committerDavid S. Miller <davem@davemloft.net>2012-05-12 15:06:42 -0400
commitc3ef5eae862f642d3526f518086d75b575587e5e (patch)
tree924324e6a0be5d72b1ee45b07969e40aea7fe20c
parentusb/net: rndis: merge duplicate 802_* OIDs (diff)
downloadlinux-dev-c3ef5eae862f642d3526f518086d75b575587e5e.tar.xz
linux-dev-c3ef5eae862f642d3526f518086d75b575587e5e.zip
usb/net: rndis: delete surplus defines
These defines are not used in the kernel, and they have duplicate definitions under the RNDIS_* prefix. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--include/linux/rndis.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/rndis.h b/include/linux/rndis.h
index 62aecb75b054..70bd80ae8b44 100644
--- a/include/linux/rndis.h
+++ b/include/linux/rndis.h
@@ -58,10 +58,6 @@
/* From drivers/usb/gadget/ndis.h */
-#define NDIS_STATUS_MULTICAST_FULL 0xC0010009
-#define NDIS_STATUS_MULTICAST_EXISTS 0xC001000A
-#define NDIS_STATUS_MULTICAST_NOT_FOUND 0xC001000B
-
/* NDIS_PNP_CAPABILITIES.Flags constants */
#define NDIS_DEVICE_WAKE_UP_ENABLE 0x00000001
#define NDIS_DEVICE_WAKE_ON_PATTERN_MATCH_ENABLE 0x00000002