commit | fb47ddb2db9c18664bd7b06c201a2398885b64fc | [log] [tgz] |
---|---|---|
author | David L Stevens <dlstevens@us.ibm.com> | Sun Nov 19 10:38:39 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Tue Nov 21 16:16:33 2006 -0800 |
tree | 15cdc75a3b671f4e066f1a4c1142ef4e52aa1c55 | |
parent | 354f60a9952d0af59e684b91cc6e06b95fbbf5ef [diff] |
[IGMP]: Fix IGMPV3_EXP() normalization bit shift value. The IGMPV3_EXP() macro doesn't correctly shift the normalization bit, so time-out values are longer than they should be. Thanks to Dirk Ooms for finding the problem in IGMPv3 - MLDv2 had a similar problem that was already fixed a year ago. :-( Signed-off-by: David L Stevens <dlstevens@us.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>