[BRIDGE]: Round off STP perodic timers.
authorStephen Hemminger <shemminger@linux-foundation.org>
Thu, 31 May 2007 08:21:39 +0000 (01:21 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 31 May 2007 08:23:39 +0000 (01:23 -0700)
commit9a834b87c5544c347fd788cd9d4eb276402ab54a
treee49bf3bc1e406aaa662b0c1dc967c72030efc283
parent071f7722686151817855195654f16a0b65d9473c
[BRIDGE]: Round off STP perodic timers.

Peroidic STP timers don't have to be exact.  The hold timer runs at
1HZ, and the hello timer normally runs at 2HZ; save power by aligning
it them to next second.

Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_stp.c
net/bridge/br_stp_timer.c