Lines Matching refs:libconf
2343 struct rt2x00lib_conf *libconf)
2348 if (libconf->rf.channel <= 14) {
2351 } else if (libconf->rf.channel <= 64) {
2354 } else if (libconf->rf.channel <= 128) {
5644 struct rt2x00lib_conf *libconf)
5650 libconf->conf->short_frame_max_tx_count);
5652 libconf->conf->long_frame_max_tx_count);
5657 struct rt2x00lib_conf *libconf)
5660 (libconf->conf->flags & IEEE80211_CONF_PS) ?
5670 libconf->conf->listen_interval - 1);
5687 struct rt2x00lib_conf *libconf,
5691 rt2800_config_lna_gain(rt2x00dev, libconf);
5700 rt2800_config_channel(rt2x00dev, libconf->conf,
5701 &libconf->rf, &libconf->channel);
5702 rt2800_config_txpower(rt2x00dev, libconf->conf->chandef.chan,
5703 libconf->conf->power_level);
5706 rt2800_config_txpower(rt2x00dev, libconf->conf->chandef.chan,
5707 libconf->conf->power_level);
5709 rt2800_config_retry_limit(rt2x00dev, libconf);
5711 rt2800_config_ps(rt2x00dev, libconf);