Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 13556
b: refs/heads/master
c: f57ce7c
h: refs/heads/master
v: v3
  • Loading branch information
Zhu Yi authored and James Ketrenos committed Nov 7, 2005
1 parent 15682a0 commit cbfc107
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: a2d73e60bb018da74ba508943c79c83659f3a883
refs/heads/master: f57ce7ce9c7498fe9c4090aaf389c89f3bd70f7e
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ipw2200.c
Original file line number Diff line number Diff line change
Expand Up @@ -7754,10 +7754,10 @@ static inline int is_duplicate_packet(struct ipw_priv *priv,
if (*last_frag + 1 != frag)
/* out-of-order fragment */
goto drop;
*last_frag = frag;
} else
*last_seq = seq;

*last_frag = frag;
*last_time = jiffies;
return 0;

Expand Down

0 comments on commit cbfc107

Please sign in to comment.