1*6b627f88SBjoern A. Zeeb /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 2*6b627f88SBjoern A. Zeeb /* 3*6b627f88SBjoern A. Zeeb * Copyright (C) 2024-2025 Intel Corporation 4*6b627f88SBjoern A. Zeeb */ 5*6b627f88SBjoern A. Zeeb #ifndef __iwl_mld_regulatory_h__ 6*6b627f88SBjoern A. Zeeb #define __iwl_mld_regulatory_h__ 7*6b627f88SBjoern A. Zeeb 8*6b627f88SBjoern A. Zeeb #include "mld.h" 9*6b627f88SBjoern A. Zeeb 10*6b627f88SBjoern A. Zeeb void iwl_mld_get_bios_tables(struct iwl_mld *mld); 11*6b627f88SBjoern A. Zeeb void iwl_mld_configure_lari(struct iwl_mld *mld); 12*6b627f88SBjoern A. Zeeb void iwl_mld_init_uats(struct iwl_mld *mld); 13*6b627f88SBjoern A. Zeeb void iwl_mld_init_tas(struct iwl_mld *mld); 14*6b627f88SBjoern A. Zeeb 15*6b627f88SBjoern A. Zeeb int iwl_mld_init_ppag(struct iwl_mld *mld); 16*6b627f88SBjoern A. Zeeb 17*6b627f88SBjoern A. Zeeb int iwl_mld_init_sgom(struct iwl_mld *mld); 18*6b627f88SBjoern A. Zeeb 19*6b627f88SBjoern A. Zeeb int iwl_mld_init_sar(struct iwl_mld *mld); 20*6b627f88SBjoern A. Zeeb 21*6b627f88SBjoern A. Zeeb int iwl_mld_config_sar_profile(struct iwl_mld *mld, int prof_a, int prof_b); 22*6b627f88SBjoern A. Zeeb 23*6b627f88SBjoern A. Zeeb #endif /* __iwl_mld_regulatory_h__ */ 24