Home
last modified time | relevance | path

Searched refs:var_mcsgpo_prefix (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_ppr.c146 const char *var_ofdmgpo, *var_mcsgpo_prefix; in bwn_ppr_load_max_from_sprom() local
186 var_mcsgpo_prefix = "mcs2gpo"; in bwn_ppr_load_max_from_sprom()
194 var_mcsgpo_prefix = "mcs5glpo"; in bwn_ppr_load_max_from_sprom()
202 var_mcsgpo_prefix = "mcs5gpo"; in bwn_ppr_load_max_from_sprom()
210 var_mcsgpo_prefix = "mcs5ghpo"; in bwn_ppr_load_max_from_sprom()
230 char var[strlen(var_mcsgpo_prefix) + sizeof("XX")]; in bwn_ppr_load_max_from_sprom()
234 ret = snprintf(var, sizeof(var), "%s%zu", var_mcsgpo_prefix, i); in bwn_ppr_load_max_from_sprom()
237 "%s%zu\n", var_mcsgpo_prefix, i); in bwn_ppr_load_max_from_sprom()