Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278006
b: refs/heads/master
c: 4159cc9
h: refs/heads/master
v: v3
  • Loading branch information
Vasanthakumar Thiagarajan authored and Kalle Valo committed Nov 11, 2011
1 parent 646b8e8 commit f7939ac
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 861dd058f495973c7ad2a44b8f68f3cc05733eab
refs/heads/master: 4159cc935a7ed119e5f824db06defaa34d992b56
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/ath/ath6kl/htc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1643,7 +1643,6 @@ static int ath6kl_htc_rx_process_packets(struct htc_target *target,
int status = 0;

list_for_each_entry_safe(packet, tmp_pkt, comp_pktq, list) {
list_del(&packet->list);
ep = &target->endpoint[packet->endpoint];

/* process header for each of the recv packet */
Expand All @@ -1652,6 +1651,8 @@ static int ath6kl_htc_rx_process_packets(struct htc_target *target,
if (status)
return status;

list_del(&packet->list);

if (list_empty(comp_pktq)) {
/*
* Last packet's more packet flag is set
Expand Down

0 comments on commit f7939ac

Please sign in to comment.