From: Ralf Baechle Date: Mon, 12 Sep 2005 21:21:48 +0000 (-0700) Subject: [NETROM]: Fix rebuild header mess X-Git-Tag: v2.6.14-rc1~7^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f2aadd041a7a3e732d182c3770b3fa95a2300b2;p=pandora-kernel.git [NETROM]: Fix rebuild header mess For reason that probably nobody recalls NET/ROM does it's actual packet transmission in nr_rebuild_header and even treats invocation of it's hard_start_xmit method nr_xmit as a bug. Fix that by splitting the job done by nr_rebuild_header into two halves. Along with that we now also can get rid of the silly clone of the skb on transmit. Signed-off-by: Ralf Baechle DL5RB Signed-off-by: David S. Miller --- Reading git-diff-tree failed