commit | 551bc96be51c183ee90770bec985990bc6bcc4ad | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Wed Jan 31 23:34:46 2024 +0100 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Fri Feb 02 19:57:45 2024 +0100 |
tree | f2d5105e595a43993a16e428b81c7e41c66cbb4a | |
parent | 5778c88eb094079502acad632febde7ff0d5b146 [diff] |
cmd: smbios: show correct table size for SMBIOS2.1 entry point The SMBIOS table size for SMBIOS2.1 entry points is in field 'Structure Table Length' (offset 0x16) and not in field 'Maximum Structure Size' (offset 0x08). Rename the receiving variable max_struct_size to table_maximum_size to avoid future confusion. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>