Use the proper fields for security.

PR: 41870
This commit is contained in:
Søren Schmidt 2002-09-12 14:08:28 +00:00
parent 175f0ce5a4
commit ed8a242cef

View File

@ -168,8 +168,8 @@ cap_print(struct ata_params *parm)
parm->enabled.microcode ? "yes" : "no");
printf("security %s %s\n",
parm->support.smart ? "yes" : "no",
parm->enabled.smart ? "yes" : "no");
parm->support.security ? "yes" : "no",
parm->enabled.security ? "yes" : "no");
printf("power management %s %s\n",
parm->support.power_mngt ? "yes" : "no",