Lines Matching refs:libconf
844 struct rt2x00lib_conf *libconf) in rt61pci_config_lna_gain() argument
849 if (libconf->conf->chandef.chan->band == IEEE80211_BAND_2GHZ) { in rt61pci_config_lna_gain()
925 struct rt2x00lib_conf *libconf) in rt61pci_config_retry_limit() argument
934 libconf->conf->long_frame_max_tx_count); in rt61pci_config_retry_limit()
936 libconf->conf->short_frame_max_tx_count); in rt61pci_config_retry_limit()
941 struct rt2x00lib_conf *libconf) in rt61pci_config_ps() argument
944 (libconf->conf->flags & IEEE80211_CONF_PS) ? in rt61pci_config_ps()
953 libconf->conf->listen_interval - 1); in rt61pci_config_ps()
987 struct rt2x00lib_conf *libconf, in rt61pci_config() argument
991 rt61pci_config_lna_gain(rt2x00dev, libconf); in rt61pci_config()
994 rt61pci_config_channel(rt2x00dev, &libconf->rf, in rt61pci_config()
995 libconf->conf->power_level); in rt61pci_config()
998 rt61pci_config_txpower(rt2x00dev, libconf->conf->power_level); in rt61pci_config()
1000 rt61pci_config_retry_limit(rt2x00dev, libconf); in rt61pci_config()
1002 rt61pci_config_ps(rt2x00dev, libconf); in rt61pci_config()
2246 struct rt2x00lib_conf libconf = { .conf = &rt2x00dev->hw->conf }; in rt61pci_wakeup() local
2248 rt61pci_config(rt2x00dev, &libconf, IEEE80211_CONF_CHANGE_PS); in rt61pci_wakeup()