Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171007
b: refs/heads/master
c: 69cf6e2
h: refs/heads/master
i:
  171005: 4d49928
  171003: 4edc3b3
  170999: caa7e4c
  170991: af7aeaa
  170975: 20849e9
  170943: 9446710
  170879: 94c239b
  170751: 2d6bc8b
  170495: 6e23c51
  169983: e3df3fc
v: v3
  • Loading branch information
Samuel Ortiz authored and John W. Linville committed Oct 27, 2009
1 parent 8fb016b commit 305b286
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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: 6a79c9f62a87e39a265f9b855911fbc1f094ded0
refs/heads/master: 69cf6e2d5bd90436a0fa6cef2f4d65583faef388
7 changes: 5 additions & 2 deletions trunk/drivers/net/wireless/iwmc3200wifi/rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,9 @@ static int iwm_ntf_rx_ticket(struct iwm_priv *iwm, u8 *buf,
if (IS_ERR(ticket_node))
return PTR_ERR(ticket_node);

IWM_DBG_RX(iwm, DBG, "TICKET RELEASE(%d)\n",
IWM_DBG_RX(iwm, DBG, "TICKET %s(%d)\n",
ticket->action == IWM_RX_TICKET_RELEASE ?
"RELEASE" : "DROP",
ticket->id);
list_add_tail(&ticket_node->node, &iwm->rx_tickets);

Expand Down Expand Up @@ -1457,7 +1459,8 @@ static void iwm_rx_process_packet(struct iwm_priv *iwm,
}
break;
case IWM_RX_TICKET_DROP:
IWM_DBG_RX(iwm, DBG, "DROP packet\n");
IWM_DBG_RX(iwm, DBG, "DROP packet: 0x%x\n",
le16_to_cpu(ticket_node->ticket->flags));
kfree_skb(packet->skb);
break;
default:
Expand Down

0 comments on commit 305b286

Please sign in to comment.