From: Sean Hefty Date: Thu, 22 Feb 2007 00:37:31 +0000 (-0800) Subject: IB/core: Set hop limit in ib_init_ah_from_wc correctly X-Git-Tag: v2.6.21-rc2~29^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47645d8d25387c08bb3ccd84e1405c3776f21d24;p=pandora-kernel.git IB/core: Set hop limit in ib_init_ah_from_wc correctly The hop_limit value in the ah_attr should be 0xFF, not the value read from the received GRH (which should be 0). See 13.5.4.4 in the 1.2 IB spec. Signed-off-by: Sean Hefty Signed-off-by: Roland Dreier --- Reading git-diff-tree failed