On Thu, Jan 30, 2014 at 06:12:54PM +0200, Andrei Emeltchenko wrote: > From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> > > There no need to calculate those values ping > --- > profiles/audio/avrcp.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/profiles/audio/avrcp.c b/profiles/audio/avrcp.c > index fa5adab..2e1a940 100644 > --- a/profiles/audio/avrcp.c > +++ b/profiles/audio/avrcp.c > @@ -3177,7 +3177,7 @@ static void avrcp_register_notification(struct avrcp *session, uint8_t event) > pdu->params[0] = event; > pdu->params_len = htons(AVRCP_REGISTER_NOTIFICATION_PARAM_LENGTH); > > - length = AVRCP_HEADER_LENGTH + ntohs(pdu->params_len); > + length = AVRCP_HEADER_LENGTH + AVRCP_REGISTER_NOTIFICATION_PARAM_LENGTH; > > avctp_send_vendordep_req(session->conn, AVC_CTYPE_NOTIFY, > AVC_SUBUNIT_PANEL, buf, length, > @@ -3250,7 +3250,7 @@ static void avrcp_get_capabilities(struct avrcp *session) > pdu->params[0] = CAP_EVENTS_SUPPORTED; > pdu->params_len = htons(AVRCP_GET_CAPABILITIES_PARAM_LENGTH); > > - length = AVRCP_HEADER_LENGTH + ntohs(pdu->params_len); > + length = AVRCP_HEADER_LENGTH + AVRCP_GET_CAPABILITIES_PARAM_LENGTH; > > avctp_send_vendordep_req(session->conn, AVC_CTYPE_STATUS, > AVC_SUBUNIT_PANEL, buf, length, > -- > 1.8.3.2 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html