diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2015-03-02 07:09:42 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-03-02 22:43:41 +0100 |
commit | 945db424bfbcb7b72a92702a487dc0000cd1efed (patch) | |
tree | b1228e2999e98fd7d3e62979b84c005ca48343c9 /net/8021q | |
parent | ax25: Stop calling/abusing dev_rebuild_header (diff) | |
download | linux-945db424bfbcb7b72a92702a487dc0000cd1efed.tar.xz linux-945db424bfbcb7b72a92702a487dc0000cd1efed.zip |
ax25: Stop depending on arp_find
Have ax25_neigh_output perform ordinary arp resolution before calling
ax25_neigh_xmit.
Call dev_hard_header in ax25_neigh_output with a destination address so
it will not fail, and the destination mac address will not need to be
set in ax25_neigh_xmit.
Remove arp_find from ax25_neigh_xmit (the ordinary arp resolution added
to ax25_neigh_output removes the need for calling arp_find).
Document how close ax25_neigh_output is to neigh_resolve_output.
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-hams@vger.kernel.org
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/8021q')
0 files changed, 0 insertions, 0 deletions