Lines Matching refs:cfp
302 struct mwifiex_chan_freq_power *cfp = NULL;
308 return cfp;
317 "%s: cannot find cfp by band %d\n",
319 return cfp;
340 "%s: cannot find cfp by band %d\t"
345 return cfp;
347 priv->cfp.channel = ch->hw_value;
348 priv->cfp.freq = ch->center_freq;
349 priv->cfp.max_tx_power = ch->max_power;
350 cfp = &priv->cfp;
353 return cfp;