From: Ralf Baechle Date: Wed, 24 Aug 2005 18:35:51 +0000 (-0700) Subject: [AX25/NETROM]: Cleanup direct calls into IP stack X-Git-Tag: v2.6.14-rc1~1035^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98a82febb6340466824c3a453738d4fbd05db81a;p=pandora-kernel.git [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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed