Re: [PATCH net/stable] can bcm: fix incomplete tx_setup fix
From: David Miller <davem@davemloft.net>
Date: 2011-09-29 19:42:50
From: David Miller <davem@davemloft.net>
Date: 2011-09-29 19:42:50
From: Oliver Hartkopp <socketcan@hartkopp.net> Date: Thu, 29 Sep 2011 21:19:21 +0200
The commit aabdcb0b553b9c9547b1a506b34d55a764745870 ("can bcm: fix tx_setup
off-by-one errors") fixed only a part of the original problem reported by
Andre Naujoks. It turned out that the original code needed to be re-ordered
to reduce complexity and to finally fix the reported frame counting issues.
Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>Applied, thanks.