Settings | Sign in | Sign up

The author has 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.