Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249669
b: refs/heads/master
c: 299d092
h: refs/heads/master
i:
  249667: 83f0193
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed May 17, 2011
1 parent eefa619 commit 912f9ad
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 56 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4a5cea3951c79dc6590207fcfb09cc062374c42c
refs/heads/master: 299d0925e2c5fc27e538b721561c8bf649c6dc05
26 changes: 26 additions & 0 deletions trunk/drivers/staging/hv/hyperv_net.h
Original file line number Diff line number Diff line change
Expand Up @@ -1055,4 +1055,30 @@ struct rndis_message {
#define RNDIS_MESSAGE_RAW_PTR_TO_MESSAGE_PTR(rndis_msg) \
((void *) rndis_msg)


#define __struct_bcount(x)



#define RNDIS_HEADER_SIZE (sizeof(struct rndis_message) - \
sizeof(union rndis_message_container))

#define NDIS_PACKET_TYPE_DIRECTED 0x00000001
#define NDIS_PACKET_TYPE_MULTICAST 0x00000002
#define NDIS_PACKET_TYPE_ALL_MULTICAST 0x00000004
#define NDIS_PACKET_TYPE_BROADCAST 0x00000008
#define NDIS_PACKET_TYPE_SOURCE_ROUTING 0x00000010
#define NDIS_PACKET_TYPE_PROMISCUOUS 0x00000020
#define NDIS_PACKET_TYPE_SMT 0x00000040
#define NDIS_PACKET_TYPE_ALL_LOCAL 0x00000080
#define NDIS_PACKET_TYPE_GROUP 0x00000100
#define NDIS_PACKET_TYPE_ALL_FUNCTIONAL 0x00000200
#define NDIS_PACKET_TYPE_FUNCTIONAL 0x00000400
#define NDIS_PACKET_TYPE_MAC_FRAME 0x00000800


/* Interface */

extern int rndis_filter_init(struct netvsc_driver *driver);

#endif /* _HYPERV_NET_H */
1 change: 0 additions & 1 deletion trunk/drivers/staging/hv/netvsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@

#include "hyperv.h"
#include "hyperv_net.h"
#include "rndis_filter.h"


/* Globals */
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/hv/rndis_filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@

#include "hyperv.h"
#include "hyperv_net.h"
#include "rndis_filter.h"

/* Data types */
struct rndis_filter_driver_object {
Expand Down
53 changes: 0 additions & 53 deletions trunk/drivers/staging/hv/rndis_filter.h

This file was deleted.

0 comments on commit 912f9ad

Please sign in to comment.