Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220383
b: refs/heads/master
c: 1bc80e9
h: refs/heads/master
i:
  220381: f754370
  220379: 4be5a0b
  220375: b01ec84
  220367: a8226f0
  220351: 2637c13
v: v3
  • Loading branch information
Marek Lindner authored and Greg Kroah-Hartman committed Oct 19, 2010
1 parent d4d3c82 commit 17ec498
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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: 15f00687e3b7b88c23d498d2c65e5911d8efa214
refs/heads/master: 1bc80e95274a96f1bd6af25bb65f33cef57f6704
7 changes: 3 additions & 4 deletions trunk/drivers/staging/batman-adv/aggregation.c
Original file line number Diff line number Diff line change
Expand Up @@ -257,9 +257,7 @@ void receive_aggr_bat_packet(struct ethhdr *ethhdr, unsigned char *packet_buff,

batman_packet = (struct batman_packet *)packet_buff;

while (aggregated_packet(buff_pos, packet_len,
batman_packet->num_hna)) {

do {
/* network to host order for our 32bit seqno, and the
orig_interval. */
batman_packet->seqno = ntohl(batman_packet->seqno);
Expand All @@ -272,5 +270,6 @@ void receive_aggr_bat_packet(struct ethhdr *ethhdr, unsigned char *packet_buff,
buff_pos += BAT_PACKET_LEN + hna_len(batman_packet);
batman_packet = (struct batman_packet *)
(packet_buff + buff_pos);
}
} while (aggregated_packet(buff_pos, packet_len,
batman_packet->num_hna));
}

0 comments on commit 17ec498

Please sign in to comment.