aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorHaiyang Zhang <haiyangz@microsoft.com>2010-04-19 15:32:11 +0000
committerGreg Kroah-Hartman <gregkh@suse.de>2010-04-30 09:30:09 -0700
commit95beae90aa4afce57fb28e6f8238b78217bd7c98 (patch)
tree8df9baccf190c3c17b7d3b57f8fb32b83d7253fd /drivers/staging
parentstaging: iio: ring_sw: Fix incorrect test on successful read of last value, causes infinite loop (diff)
downloadlinux-dev-95beae90aa4afce57fb28e6f8238b78217bd7c98.tar.xz
linux-dev-95beae90aa4afce57fb28e6f8238b78217bd7c98.zip
Staging: hv: Fix a bug affecting IPv6
Fix a bug affecting IPv6 Added the multicast flag for proper IPv6 function. Reported-by: Toshikazu Sakai <toshikas@microsoft.com> Signed-off-by: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com> Cc: stable <stable@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/hv/RndisFilter.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/hv/RndisFilter.c b/drivers/staging/hv/RndisFilter.c
index cd2930de2176..6704f64c93f0 100644
--- a/drivers/staging/hv/RndisFilter.c
+++ b/drivers/staging/hv/RndisFilter.c
@@ -751,6 +751,7 @@ static int RndisFilterOpenDevice(struct rndis_device *Device)
ret = RndisFilterSetPacketFilter(Device,
NDIS_PACKET_TYPE_BROADCAST |
+ NDIS_PACKET_TYPE_ALL_MULTICAST |
NDIS_PACKET_TYPE_DIRECTED);
if (ret == 0)
Device->State = RNDIS_DEV_DATAINITIALIZED;