Lines Matching refs:libconf
842 struct rt2x00lib_conf *libconf) in rt61pci_config_lna_gain() argument
847 if (libconf->conf->chandef.chan->band == IEEE80211_BAND_2GHZ) { in rt61pci_config_lna_gain()
923 struct rt2x00lib_conf *libconf) in rt61pci_config_retry_limit() argument
932 libconf->conf->long_frame_max_tx_count); in rt61pci_config_retry_limit()
934 libconf->conf->short_frame_max_tx_count); in rt61pci_config_retry_limit()
939 struct rt2x00lib_conf *libconf) in rt61pci_config_ps() argument
942 (libconf->conf->flags & IEEE80211_CONF_PS) ? in rt61pci_config_ps()
951 libconf->conf->listen_interval - 1); in rt61pci_config_ps()
985 struct rt2x00lib_conf *libconf, in rt61pci_config() argument
989 rt61pci_config_lna_gain(rt2x00dev, libconf); in rt61pci_config()
992 rt61pci_config_channel(rt2x00dev, &libconf->rf, in rt61pci_config()
993 libconf->conf->power_level); in rt61pci_config()
996 rt61pci_config_txpower(rt2x00dev, libconf->conf->power_level); in rt61pci_config()
998 rt61pci_config_retry_limit(rt2x00dev, libconf); in rt61pci_config()
1000 rt61pci_config_ps(rt2x00dev, libconf); in rt61pci_config()
2244 struct rt2x00lib_conf libconf = { .conf = &rt2x00dev->hw->conf }; in rt61pci_wakeup() local
2246 rt61pci_config(rt2x00dev, &libconf, IEEE80211_CONF_CHANGE_PS); in rt61pci_wakeup()