-
- Downloads
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>
Showing
- net/batman-adv/Makefile 0 additions, 1 deletionnet/batman-adv/Makefile
- net/batman-adv/distributed-arp-table.c 5 additions, 6 deletionsnet/batman-adv/distributed-arp-table.c
- net/batman-adv/hard-interface.c 0 additions, 1 deletionnet/batman-adv/hard-interface.c
- net/batman-adv/main.c 0 additions, 4 deletionsnet/batman-adv/main.c
- net/batman-adv/originator.c 0 additions, 9 deletionsnet/batman-adv/originator.c
- net/batman-adv/packet.h 0 additions, 16 deletionsnet/batman-adv/packet.h
- net/batman-adv/routing.c 1 addition, 85 deletionsnet/batman-adv/routing.c
- net/batman-adv/routing.h 0 additions, 2 deletionsnet/batman-adv/routing.h
- net/batman-adv/send.c 174 additions, 0 deletionsnet/batman-adv/send.c
- net/batman-adv/send.h 40 additions, 0 deletionsnet/batman-adv/send.h
- net/batman-adv/soft-interface.c 1 addition, 3 deletionsnet/batman-adv/soft-interface.c
- net/batman-adv/types.h 0 additions, 19 deletionsnet/batman-adv/types.h
- net/batman-adv/unicast.c 0 additions, 491 deletionsnet/batman-adv/unicast.c
- net/batman-adv/unicast.h 0 additions, 92 deletionsnet/batman-adv/unicast.h
Loading
Please register or sign in to comment