]> git.baikalelectronics.ru Git - kernel.git/commit
qeth: Move away from using neighbour entries in qeth_l3_fill_header()
authorDavid Miller <davem@davemloft.net>
Wed, 1 Feb 2012 10:49:17 +0000 (10:49 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 2 Feb 2012 21:47:41 +0000 (16:47 -0500)
commit8a182e7789e6a0c6a1451641935302fd963c35da
tree9cb2d094188260bedc9644c4697e6bc2477066c8
parent761a3fe598a820f56b7e6ab749de07774f57abac
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 <davem@davemloft.net>
Tested-by: Ursula Braun <ubraun@linux.vnet.ibm.com>
drivers/s390/net/qeth_l3_main.c