]> 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)
commit8aba23598a72ce580c08b7cc6fae1e17a45d8190
tree9cb2d094188260bedc9644c4697e6bc2477066c8
parent1b43fda991a1db97111cc58bdbf081bc5f778026
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