Lines Matching refs:libconf
847 struct rt2x00lib_conf *libconf) in rt61pci_config_lna_gain() argument
852 if (libconf->conf->chandef.chan->band == NL80211_BAND_2GHZ) { in rt61pci_config_lna_gain()
928 struct rt2x00lib_conf *libconf) in rt61pci_config_retry_limit() argument
937 libconf->conf->long_frame_max_tx_count); in rt61pci_config_retry_limit()
939 libconf->conf->short_frame_max_tx_count); in rt61pci_config_retry_limit()
944 struct rt2x00lib_conf *libconf) in rt61pci_config_ps() argument
947 (libconf->conf->flags & IEEE80211_CONF_PS) ? in rt61pci_config_ps()
956 libconf->conf->listen_interval - 1); in rt61pci_config_ps()
990 struct rt2x00lib_conf *libconf, in rt61pci_config() argument
994 rt61pci_config_lna_gain(rt2x00dev, libconf); in rt61pci_config()
997 rt61pci_config_channel(rt2x00dev, &libconf->rf, in rt61pci_config()
998 libconf->conf->power_level); in rt61pci_config()
1001 rt61pci_config_txpower(rt2x00dev, libconf->conf->power_level); in rt61pci_config()
1003 rt61pci_config_retry_limit(rt2x00dev, libconf); in rt61pci_config()
1005 rt61pci_config_ps(rt2x00dev, libconf); in rt61pci_config()
2248 struct rt2x00lib_conf libconf = { .conf = &rt2x00dev->hw->conf }; in rt61pci_wakeup() local
2250 rt61pci_config(rt2x00dev, &libconf, IEEE80211_CONF_CHANGE_PS); in rt61pci_wakeup()