Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 300882
b: refs/heads/master
c: ffc2931
h: refs/heads/master
v: v3
  • Loading branch information
Samuel Ortiz authored and John W. Linville committed Apr 12, 2012
1 parent bd5303a commit ad06ff3
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 324b0af6f5a48dc38dac016eed14d019cac5903f
refs/heads/master: ffc29315e5b665d3e7e17d6156ac82f85a6d0205
4 changes: 2 additions & 2 deletions trunk/net/nfc/llcp/commands.c
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ int nfc_llcp_disconnect(struct nfc_llcp_sock *sock)

skb_reserve(skb, dev->tx_headroom + NFC_HEADER_SIZE);

skb = llcp_add_header(skb, sock->ssap, sock->dsap, LLCP_PDU_DISC);
skb = llcp_add_header(skb, sock->dsap, sock->ssap, LLCP_PDU_DISC);

skb_queue_tail(&local->tx_queue, skb);

Expand Down Expand Up @@ -416,7 +416,7 @@ int nfc_llcp_send_dm(struct nfc_llcp_local *local, u8 ssap, u8 dsap, u8 reason)

skb_reserve(skb, dev->tx_headroom + NFC_HEADER_SIZE);

skb = llcp_add_header(skb, ssap, dsap, LLCP_PDU_DM);
skb = llcp_add_header(skb, dsap, ssap, LLCP_PDU_DM);

memcpy(skb_put(skb, 1), &reason, 1);

Expand Down

0 comments on commit ad06ff3

Please sign in to comment.