linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Johan Hedberg <johan.hedberg@gmail.com>
To: "Gustavo F. Padovan" <padovan@profusion.mobi>
Cc: linux-bluetooth@vger.kernel.org, marcel@holtmann.org,
	gustavo@padovan.org
Subject: Re: [PATCH] Add new S-frame types to l2cap parser
Date: Wed, 28 Apr 2010 18:56:56 +0300	[thread overview]
Message-ID: <20100428155656.GC11157@jh-x301> (raw)
In-Reply-To: <1269975143-9951-1-git-send-email-padovan@profusion.mobi>

Hi,

On Tue, Mar 30, 2010, Gustavo F. Padovan wrote:
> ---
>  parser/l2cap.c |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
> 
> diff --git a/parser/l2cap.c b/parser/l2cap.c
> index 799d4b7..ad3b7ff 100644
> --- a/parser/l2cap.c
> +++ b/parser/l2cap.c
> @@ -352,8 +352,9 @@ static char *supervisory2str(uint8_t supervisory)
>  	case 0x01:
>  		return "Reject (REJ)";
>  	case 0x02:
> +		return "Receiver Not Ready (RNR)";
>  	case 0x03:
> -		return "Reserved Supervisory";
> +		return "Select Reject (SREJ)";
>  	default:
>  		return "Bad Supervisory";
>  	}

This one has now been pushed to the upstream bluez-hcidump tree. Thanks.

Johan

  reply	other threads:[~2010-04-28 15:56 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-30 18:07 [PATCH] Fix bootstrap-configure command line parsing João Paulo Rechi Vita
2010-03-30 18:08 ` João Paulo Rechi Vita
2010-03-30 18:52 ` [PATCH] Add new S-frame types to l2cap parser Gustavo F. Padovan
2010-04-28 15:56   ` Johan Hedberg [this message]
2010-04-28 15:41 ` [PATCH] Fix bootstrap-configure command line parsing Johan Hedberg
  -- strict thread matches above, loose matches on Subject: below --
2010-01-05 21:18 [PATCH] Add new S-frame types to l2cap parser Gustavo F. Padovan
2009-08-10  5:58 Gustavo F. Padovan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100428155656.GC11157@jh-x301 \
    --to=johan.hedberg@gmail.com \
    --cc=gustavo@padovan.org \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=marcel@holtmann.org \
    --cc=padovan@profusion.mobi \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).