On Tuesday 07 December 2010 15:39:32 Linus Lüssing wrote:
- memcpy(skb_put(skb, packet_len), batman_if->ndp_packet_buff,
packet_len);
- send_skb_packet(skb, batman_if, broadcast_addr);
--- a/types.h +++ b/types.h @@ -47,6 +47,7 @@ struct batman_if { struct packet_type batman_adv_ptype; struct net_device *soft_iface; struct rcu_head rcu;
- unsigned char *ndp_packet_buff;
Good way to never get included in the linux kernel by David S. Miller.
Best regards, Sven