Lines Matching refs:libconf
751 struct rt2x00lib_conf *libconf)
756 if (libconf->conf->chandef.chan->band == NL80211_BAND_2GHZ) {
832 struct rt2x00lib_conf *libconf)
841 libconf->conf->long_frame_max_tx_count);
843 libconf->conf->short_frame_max_tx_count);
848 struct rt2x00lib_conf *libconf)
851 (libconf->conf->flags & IEEE80211_CONF_PS) ?
860 libconf->conf->listen_interval - 1);
894 struct rt2x00lib_conf *libconf,
898 rt61pci_config_lna_gain(rt2x00dev, libconf);
901 rt61pci_config_channel(rt2x00dev, &libconf->rf,
902 libconf->conf->power_level);
905 rt61pci_config_txpower(rt2x00dev, libconf->conf->power_level);
907 rt61pci_config_retry_limit(rt2x00dev, libconf);
909 rt61pci_config_ps(rt2x00dev, libconf);
2152 struct rt2x00lib_conf libconf = { .conf = &rt2x00dev->hw->conf };
2154 rt61pci_config(rt2x00dev, &libconf, IEEE80211_CONF_CHANGE_PS);