From: Martin Hundebøll Date: Thu, 23 May 2013 14:53:01 +0000 (+0200) Subject: batman-adv: Remove old fragmentation code X-Git-Tag: v3.13-rc1~105^2~191^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f097e25dbe9144447f46b6b61ca3da1a2ba432d4;p=pandora-kernel.git batman-adv: Remove old fragmentation code Remove the existing fragmentation code before adding the new version and delete unicast.{h,c}. batadv_unicast_send_skb() is moved to send.c and renamed to batadv_send_skb_unicast(). fragmentation entry in sysfs (bat_priv->fragmentation) is kept for use in the new fragmentation code. BATADV_UNICAST_FRAG packet type is renamed to BATADV_FRAG for use in the new fragmentation code. Signed-off-by: Martin Hundebøll Signed-off-by: Marek Lindner Signed-off-by: Antonio Quartulli --- Reading git-diff-tree failed