batman-adv: Remove old fragmentation code
authorMartin Hundebøll <martin@hundeboll.net>
Thu, 23 May 2013 14:53:01 +0000 (16:53 +0200)
committerAntonio Quartulli <antonio@meshcoding.com>
Sat, 12 Oct 2013 09:58:33 +0000 (11:58 +0200)
commitf097e25dbe9144447f46b6b61ca3da1a2ba432d4
tree72ead8362929e5f60de67f2a15b716fd73265d32
parent2c598663e84c8c8edbbac568e9e94e1fac410c3c
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 <martin@hundeboll.net>
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Signed-off-by: Antonio Quartulli <antonio@meshcoding.com>
14 files changed:
net/batman-adv/Makefile
net/batman-adv/distributed-arp-table.c
net/batman-adv/hard-interface.c
net/batman-adv/main.c
net/batman-adv/originator.c
net/batman-adv/packet.h
net/batman-adv/routing.c
net/batman-adv/routing.h
net/batman-adv/send.c
net/batman-adv/send.h
net/batman-adv/soft-interface.c
net/batman-adv/types.h
net/batman-adv/unicast.c [deleted file]
net/batman-adv/unicast.h [deleted file]