diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/ipxe/device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ipxe/device.h b/src/include/ipxe/device.h index d81417e8e..d4ba001b0 100644 --- a/src/include/ipxe/device.h +++ b/src/include/ipxe/device.h @@ -72,7 +72,7 @@ struct device_description { /** A hardware device */ struct device { /** Name */ - char name[32]; + char name[40]; /** Driver name */ const char *driver_name; /** Device description */ |
