]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit87e7597b5a3f99238d95d63c44c9f872a41b37ae
tree9cb2d094188260bedc9644c4697e6bc2477066c8
parent57b9bef0d6990d088a5e840c88ae137d8e76202c
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