diff options
Diffstat (limited to 'include/linux/rndis.h')
-rw-r--r-- | include/linux/rndis.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/include/linux/rndis.h b/include/linux/rndis.h index bdad7ab541ea..18a27a448f92 100644 --- a/include/linux/rndis.h +++ b/include/linux/rndis.h | |||
@@ -199,23 +199,6 @@ | |||
199 | #define RNDIS_MAJOR_VERSION 0x00000001 | 199 | #define RNDIS_MAJOR_VERSION 0x00000001 |
200 | #define RNDIS_MINOR_VERSION 0x00000000 | 200 | #define RNDIS_MINOR_VERSION 0x00000000 |
201 | 201 | ||
202 | /* Message Set for Connectionless (802.3) Devices */ | ||
203 | #define REMOTE_NDIS_PACKET_MSG 0x00000001U | ||
204 | #define REMOTE_NDIS_INITIALIZE_MSG 0x00000002U /* Initialize device */ | ||
205 | #define REMOTE_NDIS_HALT_MSG 0x00000003U | ||
206 | #define REMOTE_NDIS_QUERY_MSG 0x00000004U | ||
207 | #define REMOTE_NDIS_SET_MSG 0x00000005U | ||
208 | #define REMOTE_NDIS_RESET_MSG 0x00000006U | ||
209 | #define REMOTE_NDIS_INDICATE_STATUS_MSG 0x00000007U | ||
210 | #define REMOTE_NDIS_KEEPALIVE_MSG 0x00000008U | ||
211 | |||
212 | /* Message completion */ | ||
213 | #define REMOTE_NDIS_INITIALIZE_CMPLT 0x80000002U | ||
214 | #define REMOTE_NDIS_QUERY_CMPLT 0x80000004U | ||
215 | #define REMOTE_NDIS_SET_CMPLT 0x80000005U | ||
216 | #define REMOTE_NDIS_RESET_CMPLT 0x80000006U | ||
217 | #define REMOTE_NDIS_KEEPALIVE_CMPLT 0x80000008U | ||
218 | |||
219 | /* Device Flags */ | 202 | /* Device Flags */ |
220 | #define RNDIS_DF_CONNECTIONLESS 0x00000001U | 203 | #define RNDIS_DF_CONNECTIONLESS 0x00000001U |
221 | #define RNDIS_DF_CONNECTION_ORIENTED 0x00000002U | 204 | #define RNDIS_DF_CONNECTION_ORIENTED 0x00000002U |