On Thursday, May 23, 2013 22:53:01 Martin Hundebøll wrote:
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
v2: unmangle function names with 4addr_unicast correctly indent kernel doc
v3: add line before return statement in batadv_send_skb_prepare_unicast()
Makefile.kbuild | 1 - distributed-arp-table.c | 11 +- hard-interface.c | 1 - main.c | 4 - originator.c | 9 - packet.h | 16 -- routing.c | 86 +-------- routing.h | 2 - send.c | 174 ++++++++++++++++++ send.h | 36 ++++ soft-interface.c | 4 +- types.h | 19 -- unicast.c | 478
unicast.h | 92 ---------- 14 files changed, 217 insertions(+), 716 deletions(-) delete mode 100644 unicast.c delete mode 100644 unicast.h
Applied in revision 8980aad.
Thanks, Marek