diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2012-05-11 18:16:47 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-05-12 15:08:46 -0400 |
commit | b101943209e28d8b6a528de26c10e7efeb9fa3b2 (patch) | |
tree | 42060b8e28fb61fea62770085fcb859ee5f472aa /include/linux/rndis.h | |
parent | 17c51b6ccc7d470a8801135e0af7f97915f46e32 (diff) |
usb/net: rndis: delete duplicate packet types
The NDIS_*-prefixed packet types have equivalent RNDIS_*-
prefixed types, besides nothing in the kernel use these defines.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/rndis.h')
-rw-r--r-- | include/linux/rndis.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/linux/rndis.h b/include/linux/rndis.h index 48579593001..83b3d701de0 100644 --- a/include/linux/rndis.h +++ b/include/linux/rndis.h | |||
@@ -185,19 +185,6 @@ | |||
185 | #define NDIS_MINIPORT_SUPPORTS_CANCEL_SEND_PACKETS 0x00800000 | 185 | #define NDIS_MINIPORT_SUPPORTS_CANCEL_SEND_PACKETS 0x00800000 |
186 | #define NDIS_MINIPORT_64BITS_DMA 0x01000000 | 186 | #define NDIS_MINIPORT_64BITS_DMA 0x01000000 |
187 | 187 | ||
188 | #define NDIS_PACKET_TYPE_DIRECTED 0x00000001 | ||
189 | #define NDIS_PACKET_TYPE_MULTICAST 0x00000002 | ||
190 | #define NDIS_PACKET_TYPE_ALL_MULTICAST 0x00000004 | ||
191 | #define NDIS_PACKET_TYPE_BROADCAST 0x00000008 | ||
192 | #define NDIS_PACKET_TYPE_SOURCE_ROUTING 0x00000010 | ||
193 | #define NDIS_PACKET_TYPE_PROMISCUOUS 0x00000020 | ||
194 | #define NDIS_PACKET_TYPE_SMT 0x00000040 | ||
195 | #define NDIS_PACKET_TYPE_ALL_LOCAL 0x00000080 | ||
196 | #define NDIS_PACKET_TYPE_GROUP 0x00000100 | ||
197 | #define NDIS_PACKET_TYPE_ALL_FUNCTIONAL 0x00000200 | ||
198 | #define NDIS_PACKET_TYPE_FUNCTIONAL 0x00000400 | ||
199 | #define NDIS_PACKET_TYPE_MAC_FRAME 0x00000800 | ||
200 | |||
201 | #define NDIS_MAC_OPTION_COPY_LOOKAHEAD_DATA 0x00000001 | 188 | #define NDIS_MAC_OPTION_COPY_LOOKAHEAD_DATA 0x00000001 |
202 | #define NDIS_MAC_OPTION_RECEIVE_SERIALIZED 0x00000002 | 189 | #define NDIS_MAC_OPTION_RECEIVE_SERIALIZED 0x00000002 |
203 | #define NDIS_MAC_OPTION_TRANSFERS_NOT_PEND 0x00000004 | 190 | #define NDIS_MAC_OPTION_TRANSFERS_NOT_PEND 0x00000004 |