return -ENOENT;
}
-static inline __le32 iwl_acpi_get_lari_config_bitmap(struct iwl_fw_runtime *fwrt)
-{
- return 0;
-}
-
static inline int iwl_acpi_get_ppag_table(struct iwl_fw_runtime *fwrt)
{
return -ENOENT;
IWL_DEBUG_RADIO(mvm, "failed to send TAS_CONFIG (%d)\n", ret);
}
-#ifdef CONFIG_ACPI
-
static bool iwl_mvm_eval_dsm_rfi(struct iwl_mvm *mvm)
{
u8 value = 0;
mvm->fwrt.uats_enabled = TRUE;
}
-#else /* CONFIG_ACPI */
-
-static void iwl_mvm_lari_cfg(struct iwl_mvm *mvm)
-{
-}
-
-static bool iwl_mvm_eval_dsm_rfi(struct iwl_mvm *mvm)
-{
- return false;
-}
-
-#endif /* CONFIG_ACPI */
-
void iwl_mvm_get_bios_tables(struct iwl_mvm *mvm)
{
int ret;