Settings | Sign in | Sign up

There are currently 13 posts.

【笔记】whd_chip_specific_init

Floor 11 巨大八爪鱼 12/4/25 22:22

pbuf->len = IOCTL_OFFSET(36) + data_length(1040) + name_length(8) + name_length_alignment_offset = 1084写错了,应该是pbuf->len = IOCTL_OFFSET(36) + data_length(1048) + name_length_alignment_offset = 1084才对。

data_length=1048是包含了8字节的name_length的。

Content converter:

Reply the post
Content:
User: You are currently anonymous.
Captcha:
Unclear? Try another one.