Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328290
b: refs/heads/master
c: 9010e39
h: refs/heads/master
v: v3
  • Loading branch information
Waldemar Rymarkiewicz authored and Samuel Ortiz committed Sep 24, 2012
1 parent 977102d commit e2b2a61
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: 96e324024b421b3753eb142d5d92fbe4ac5e7519
refs/heads/master: 9010e39f508ee57dc9a7675073659cb9d019a802
3 changes: 2 additions & 1 deletion trunk/net/nfc/hci/llc_shdlc.c
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,8 @@ static void llc_shdlc_rcv_u_frame(struct llc_shdlc *shdlc,

switch (u_frame_modifier) {
case U_FRAME_RSET:
if (shdlc->state == SHDLC_NEGOCIATING) {
if ((shdlc->state == SHDLC_NEGOCIATING) ||
(shdlc->state == SHDLC_CONNECTING)) {
/* we sent RSET, but chip wants to negociate */
if (skb->len > 0)
w = skb->data[0];
Expand Down

0 comments on commit e2b2a61

Please sign in to comment.