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