From: Stefan Seyfried <stefan.seyfried@googlemail.com>
To: BlueZ development <linux-bluetooth@vger.kernel.org>
Cc: Marcel Holtmann <marcel@holtmann.org>,
Stefan Seyfried <seife@sphairon.com>
Subject: [PATCH 1/2] Fix compilation with bluez 4.61's changed hci.h
Date: Wed, 17 Feb 2010 13:49:41 +0100 [thread overview]
Message-ID: <1266410982-26964-2-git-send-email-stefan.seyfried@googlemail.com> (raw)
In-Reply-To: <1266410982-26964-1-git-send-email-stefan.seyfried@googlemail.com>
From: Stefan Seyfried <seife@sphairon.com>
---
parser/hci.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/parser/hci.c b/parser/hci.c
index f1507fc..e4fc473 100644
--- a/parser/hci.c
+++ b/parser/hci.c
@@ -1973,7 +1973,7 @@ static inline void read_ext_inquiry_response_dump(int level, struct frame *frm)
static inline void read_inquiry_transmit_power_level_dump(int level, struct frame *frm)
{
- read_inquiry_transmit_power_level_rp *rp = frm->ptr;
+ read_inq_response_tx_power_level_rp *rp = frm->ptr;
p_indent(level, frm);
printf("status 0x%2.2x level %d\n", rp->status, rp->level);
@@ -2325,7 +2325,7 @@ static inline void cmd_complete_dump(int level, struct frame *frm)
case OCF_READ_EXT_INQUIRY_RESPONSE:
read_ext_inquiry_response_dump(level, frm);
return;
- case OCF_READ_INQUIRY_TRANSMIT_POWER_LEVEL:
+ case OCF_READ_INQ_RESPONSE_TX_POWER_LEVEL:
read_inquiry_transmit_power_level_dump(level, frm);
return;
case OCF_READ_DEFAULT_ERROR_DATA_REPORTING:
--
1.6.6.1
next prev parent reply other threads:[~2010-02-17 12:49 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-17 12:49 [Patch 0/2] Resend: Fix hcidump compilation with bluez-4.61+ Stefan Seyfried
2010-02-17 12:49 ` Stefan Seyfried [this message]
2010-02-17 12:49 ` [PATCH 2/2] Add hack to allow compilation with old bluez lib Stefan Seyfried
2010-02-18 10:12 ` [Patch 0/2] Resend: Fix hcidump compilation with bluez-4.61+ Stefan Seyfried
-- strict thread matches above, loose matches on Subject: below --
2010-02-14 11:33 [PATCH 0/2] " Stefan Seyfried
2010-02-14 11:33 ` [PATCH 1/2] Fix compilation with bluez 4.61's changed hci.h Stefan Seyfried
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=1266410982-26964-2-git-send-email-stefan.seyfried@googlemail.com \
--to=stefan.seyfried@googlemail.com \
--cc=linux-bluetooth@vger.kernel.org \
--cc=marcel@holtmann.org \
--cc=seife@sphairon.com \
/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).