From 08c2f7c4d9219c5600948f0a0debd626caeff0e8 Mon Sep 17 00:00:00 2001 From: David L Stevens Date: Sun, 19 Nov 2006 10:38:39 -0800 Subject: [PATCH] --- yaml --- r: 41041 b: refs/heads/master c: fb47ddb2db9c18664bd7b06c201a2398885b64fc h: refs/heads/master i: 41039: 1fcea4bec63d93514849b5898aa61f934e70306c v: v3 --- [refs] | 2 +- trunk/include/linux/igmp.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 452b49fc4567..8d16e510ade3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 354f60a9952d0af59e684b91cc6e06b95fbbf5ef +refs/heads/master: fb47ddb2db9c18664bd7b06c201a2398885b64fc diff --git a/trunk/include/linux/igmp.h b/trunk/include/linux/igmp.h index 03f43e2893a4..21dd56905271 100644 --- a/trunk/include/linux/igmp.h +++ b/trunk/include/linux/igmp.h @@ -191,7 +191,7 @@ struct ip_mc_list #define IGMPV3_MASK(value, nb) ((nb)>=32 ? (value) : ((1<<(nb))-1) & (value)) #define IGMPV3_EXP(thresh, nbmant, nbexp, value) \ ((value) < (thresh) ? (value) : \ - ((IGMPV3_MASK(value, nbmant) | (1<<(nbmant+nbexp))) << \ + ((IGMPV3_MASK(value, nbmant) | (1<<(nbmant))) << \ (IGMPV3_MASK((value) >> (nbmant), nbexp) + (nbexp)))) #define IGMPV3_QQIC(value) IGMPV3_EXP(0x80, 4, 3, value)