From: Herbert Xu Date: Fri, 11 Feb 2011 12:42:07 +0000 (+0000) Subject: bridge: Fix timer typo that may render snooping less effective X-Git-Tag: v2.6.38-rc6~20^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24f9cdcbd743fd6adb8fb83688d8d86dcccde662;p=pandora-kernel.git bridge: Fix timer typo that may render snooping less effective In a couple of spots where we are supposed to modify the port group timer (p->timer) we instead modify the bridge interface group timer (mp->timer). The effect of this is mostly harmless. However, it can cause port subscriptions to be longer than they should be, thus making snooping less effective. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed