Hi Jason,
one quick question:
- TPM_BUFSIZE = 4096,
[...]
+ u8 data_bufferx[2048];
Why do you half the buffer size?
Thanks,
Peter
On Mon, Oct 01, 2012 at 09:07:11AM +0000, [email protected] wrote:
> Hi Jason,
>
> one quick question:
> - TPM_BUFSIZE = 4096,
> [...]
> + u8 data_bufferx[2048];
>
> Why do you half the buffer size?
I missed 7f366784f5c2b8fc065 when I rebased the patch, thanks!
Jason