Searched refs:phl_ent (Results 1 – 2 of 2) sorted by relevance
3165 struct country_chplan phl_ent = {.alpha2 = "\0\0"}; in rtw_get_chplan_from_country() local3187 _rtw_memcpy(phl_ent.alpha2, code, 2); in rtw_get_chplan_from_country()3188 phl_ent.chplan = plan.domain_code; in rtw_get_chplan_from_country()3190 phl_ent.chplan_6g = RTW_CHPLAN_6G_NULL; /* TODO: get from PHL */ in rtw_get_chplan_from_country()3192 phl_ent.edcca_mode_2g_override = RTW_EDCCA_DEF; in rtw_get_chplan_from_country()3194 phl_ent.edcca_mode_5g_override = RTW_EDCCA_DEF; in rtw_get_chplan_from_country()3197 phl_ent.edcca_mode_6g_override = RTW_EDCCA_DEF; in rtw_get_chplan_from_country()3199 phl_ent.txpwr_lmt_override = phl_tpo_to_txpwr_lmt(plan.tpo); in rtw_get_chplan_from_country()3201 phl_ent.proto_en = 0 in rtw_get_chplan_from_country()3206 map = &phl_ent; in rtw_get_chplan_from_country()