Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 277946
b: refs/heads/master
c: 76e8d7b
h: refs/heads/master
v: v3
  • Loading branch information
Simon Wunderlich authored and Sven Eckelmann committed Nov 20, 2011
1 parent 8ea9025 commit e293ac1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8b7342d673d31e7aa60baae35321c11532275cdb
refs/heads/master: 76e8d7b0d1b0091929e8cd18551a87b6bb6ef2c1
2 changes: 1 addition & 1 deletion trunk/net/batman-adv/bitarray.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ int bit_get_packet(void *priv, unsigned long *seq_bits,
/* sequence number is much newer, probably missed a lot of packets */

if ((seq_num_diff >= TQ_LOCAL_WINDOW_SIZE)
|| (seq_num_diff < EXPECTED_SEQNO_RANGE)) {
&& (seq_num_diff < EXPECTED_SEQNO_RANGE)) {
bat_dbg(DBG_BATMAN, bat_priv,
"We missed a lot of packets (%i) !\n",
seq_num_diff - 1);
Expand Down

0 comments on commit e293ac1

Please sign in to comment.