On 2013-04-19 14:16, Martin Hundebøll wrote:
The call to batadv_nc_skb_forward() fits better in batadv_send_skb_to_orig(), as this is where the actual next hop is looked up.
Signed-off-by: Martin Hundebøll martin@hundeboll.net
v2: I should make random defines lowercase :) v3: Do git add before committing and sending patches :| v4: Don't count non-coded packets twice
network-coding.c | 8 ++------ network-coding.h | 6 ++---- routing.c | 9 +++------ send.c | 9 +++++++-- 4 files changed, 14 insertions(+), 18 deletions(-)
Okay, I include this patch as a part of the fragmentation series, as this is why it is needed.