commit | 98a82febb6340466824c3a453738d4fbd05db81a | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Wed Aug 24 11:35:51 2005 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Mon Aug 29 16:08:09 2005 -0700 |
tree | ce1e22a4d8ccb662ed116a90c78dbf8bcbb3e0f4 | |
parent | 0c7770c740156c8802c23d24fc094d06967d997d [diff] |
[AX25/NETROM]: Cleanup direct calls into IP stack Get rid of the calls to ip_rcv and arp_rcv which were layering violations anyway. With those being replaced by netif_rx, less parts of AX.25 and relatives depend on INET support actually being enabled. This also will make PF_PACKET sockets work for IP and ARP packets received over AX.25 and for IP packets over NET/ROM. Signed-off-by: Ralf Baechle DL5RB <ralf@linux-mips.org> Signed-off-by: David S. Miller <davem@davemloft.net>