From: David Miller Date: Wed, 1 Feb 2012 10:49:17 +0000 (+0000) Subject: qeth: Move away from using neighbour entries in qeth_l3_fill_header() X-Git-Tag: v3.4-rc1~177^2~418 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87e7597b5a3f99238d95d63c44c9f872a41b37ae;p=pandora-kernel.git qeth: Move away from using neighbour entries in qeth_l3_fill_header() We've moving to a model where dst_entry objects to not have a reference to the associated neighbour entry, instead such neighbours must be looked up on-demand. Here in qeth_l3_fill_header() it's actually much simpler to use the information in the route itself. The code is already conditionalized upon protocol type. Signed-off-by: David S. Miller Tested-by: Ursula Braun --- Reading git-diff-tree failed