From: Jon Mason Date: Fri, 1 Feb 2013 22:34:35 +0000 (-0700) Subject: NTB: reset tx_index on link toggle X-Git-Tag: v3.10-rc2~16^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90f9e934647e652a69396e18c779215a493271cf;p=pandora-kernel.git NTB: reset tx_index on link toggle If the NTB link toggles, the driver could stop receiving due to the tx_index not being set to 0 on the transmitting size on a link-up event. This is due to the driver expecting the incoming data to start at the beginning of the receive buffer and not at a random place. Signed-off-by: Jon Mason --- Reading git-diff-tree failed