Loading net/batman-adv/routing.c +2 −1 Original line number Diff line number Diff line Loading @@ -237,9 +237,10 @@ int window_protected(struct bat_priv *bat_priv, int32_t seq_num_diff, "old packet received, start protection\n"); return 0; } else } else { return 1; } } return 0; } Loading Loading
net/batman-adv/routing.c +2 −1 Original line number Diff line number Diff line Loading @@ -237,9 +237,10 @@ int window_protected(struct bat_priv *bat_priv, int32_t seq_num_diff, "old packet received, start protection\n"); return 0; } else } else { return 1; } } return 0; } Loading