Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228118
b: refs/heads/master
c: 0ff36f6
h: refs/heads/master
v: v3
  • Loading branch information
Brandon Philips authored and Greg Kroah-Hartman committed Nov 16, 2010
1 parent bc4ae92 commit 317591e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e33196e108197e4a1f1a5331dc7740ad9263f4f5
refs/heads/master: 0ff36f69bd3e7846557880fe934dd0cdeee6a29e
3 changes: 3 additions & 0 deletions trunk/drivers/staging/hv/netvsc_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ MODULE_PARM_DESC(ring_size, "Ring buffer size (# of pages)");
/* The one and only one */
static struct netvsc_driver_context g_netvsc_drv;

/* no-op so the netdev core doesn't return -EINVAL when modifying the the
* multicast address list in SIOCADDMULTI. hv is setup to get all multicast
* when it calls RndisFilterOnOpen() */
static void netvsc_set_multicast_list(struct net_device *net)
{
}
Expand Down

0 comments on commit 317591e

Please sign in to comment.