summaryrefslogtreecommitdiff
path: root/src/drivers/wifi/generic/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/wifi/generic/chip.h')
-rw-r--r--src/drivers/wifi/generic/chip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/wifi/generic/chip.h b/src/drivers/wifi/generic/chip.h
index 35726f2171..907b260fa3 100644
--- a/src/drivers/wifi/generic/chip.h
+++ b/src/drivers/wifi/generic/chip.h
@@ -10,7 +10,7 @@
struct drivers_wifi_generic_config {
unsigned int wake;
/* When set to true, this will add a _DSD which contains a single
- property, `UntrustedDevice`, set to 1, to the ACPI Device. */
+ property, `DmaProperty`, set to 1, under the ACPI Device. */
bool is_untrusted;
};