Lines Matching refs:libconf
2268 struct rt2x00lib_conf *libconf)
2273 if (libconf->rf.channel <= 14) {
2276 } else if (libconf->rf.channel <= 64) {
2279 } else if (libconf->rf.channel <= 128) {
5510 struct rt2x00lib_conf *libconf)
5516 libconf->conf->short_frame_max_tx_count);
5518 libconf->conf->long_frame_max_tx_count);
5523 struct rt2x00lib_conf *libconf)
5526 (libconf->conf->flags & IEEE80211_CONF_PS) ?
5536 libconf->conf->listen_interval - 1);
5553 struct rt2x00lib_conf *libconf,
5557 rt2800_config_lna_gain(rt2x00dev, libconf);
5560 rt2800_config_channel(rt2x00dev, libconf->conf,
5561 &libconf->rf, &libconf->channel);
5562 rt2800_config_txpower(rt2x00dev, libconf->conf->chandef.chan,
5563 libconf->conf->power_level);
5566 rt2800_config_txpower(rt2x00dev, libconf->conf->chandef.chan,
5567 libconf->conf->power_level);
5569 rt2800_config_retry_limit(rt2x00dev, libconf);
5571 rt2800_config_ps(rt2x00dev, libconf);