tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: btuart and SOCKET Bluetooth CF



Hi! Iain,


From: Iain Hibbert <plunky%rya-online.net@localhost>
Date: Wed, 20 Jan 2010 10:04:49 +0000 (GMT)

> On Wed, 20 Jan 2010, KIYOHARA Takashi wrote:
> 
> > > Further, I think for simplicity you don't need to interpret the HCI packet
> > > header directly during output, just use the m->m_pkthdr.len value which is
> > > correct.
> >
> > What do you meaning?
> > Please more explain.

> in btuart_dtl_output_acl()
> 
> +     hci_acldata_hdr_t hdr;
> 
> this "hdr" is not needed, we don't need to examine the packet to find that
> information, as the type and length values are already known..

Oh! I understand.  ;-)
I will fix.

Thanks,
--
kiyohara


Home | Main Index | Thread Index | Old Index