Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249697
b: refs/heads/master
c: c7620cd
h: refs/heads/master
i:
  249695: a86eb8c
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed May 17, 2011
1 parent e653f94 commit dafcc9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 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: fde0ef9b235d8cb141e3aa35fdc7e9889e3a4cb3
refs/heads/master: c7620cd029e427b4addc22a68b5a273d00b96904
16 changes: 0 additions & 16 deletions trunk/drivers/staging/hv/rndis_filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@
#include "hyperv.h"
#include "hyperv_net.h"

/* Data types */
struct rndis_filter_driver_object {
/* The original driver */
struct netvsc_driver inner_drv;
};

enum rndis_device_state {
RNDIS_DEV_UNINITIALIZED = 0,
Expand Down Expand Up @@ -79,8 +74,6 @@ static void rndis_filter_send_completion(void *ctx);
static void rndis_filter_send_request_completion(void *ctx);


/* The one and only */
static struct rndis_filter_driver_object rndis_filter;

static struct rndis_device *get_rndis_device(void)
{
Expand Down Expand Up @@ -578,15 +571,6 @@ static int rndis_filter_set_packet_filter(struct rndis_device *dev,
int rndis_filter_init(struct netvsc_driver *drv)
{

/* Driver->Context = rndisDriver; */

memset(&rndis_filter, 0, sizeof(struct rndis_filter_driver_object));

/*rndisDriver->Driver = Driver;
ASSERT(Driver->OnLinkStatusChanged);
rndisDriver->OnLinkStatusChanged = Driver->OnLinkStatusChanged;*/

return 0;
}

Expand Down

0 comments on commit dafcc9c

Please sign in to comment.