diff options
Diffstat (limited to 'src/drivers/wifi/generic/chip.h')
-rw-r--r-- | src/drivers/wifi/generic/chip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/wifi/generic/chip.h b/src/drivers/wifi/generic/chip.h index 56a4afc5e4..2729a35663 100644 --- a/src/drivers/wifi/generic/chip.h +++ b/src/drivers/wifi/generic/chip.h @@ -11,7 +11,7 @@ struct drivers_wifi_generic_config { unsigned int wake; /* When set to true, this will add a _DSD which contains a single property, `DmaProperty`, set to 1, under the ACPI Device. */ - bool is_untrusted; + bool add_acpi_dma_property; /* * Applicable for Intel chipsets that use CNVi WiFi only. Set this to 1 |