Searched refs:libconf (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00config.c197 struct rt2x00lib_conf libconf; local
203 memset(&libconf, 0, sizeof(libconf));
205 libconf.conf = conf;
221 memcpy(&libconf.rf,
223 sizeof(libconf.rf));
225 memcpy(&libconf.channel,
227 sizeof(libconf.channel));
230 rt2x00dev->rf_channel = libconf.rf.channel;
240 rt2x00dev->ops->lib->config(rt2x00dev, &libconf, ieee80211_flag
[all...]
H A Drt2400pci.c499 struct rt2x00lib_conf *libconf)
505 libconf->conf->long_frame_max_tx_count);
507 libconf->conf->short_frame_max_tx_count);
512 struct rt2x00lib_conf *libconf)
515 (libconf->conf->flags & IEEE80211_CONF_PS) ?
524 libconf->conf->listen_interval - 1);
542 struct rt2x00lib_conf *libconf,
546 rt2400pci_config_channel(rt2x00dev, &libconf->rf);
549 libconf->conf->power_level);
551 rt2400pci_config_retry_limit(rt2x00dev, libconf);
498 rt2400pci_config_retry_limit(struct rt2x00_dev *rt2x00dev, struct rt2x00lib_conf *libconf) argument
511 rt2400pci_config_ps(struct rt2x00_dev *rt2x00dev, struct rt2x00lib_conf *libconf) argument
541 rt2400pci_config(struct rt2x00_dev *rt2x00dev, struct rt2x00lib_conf *libconf, const unsigned int flags) argument
[all...]
H A Drt73usb.c726 struct rt2x00lib_conf *libconf)
731 if (libconf->conf->chandef.chan->band == NL80211_BAND_2GHZ) {
800 struct rt2x00lib_conf *libconf)
809 libconf->conf->long_frame_max_tx_count);
811 libconf->conf->short_frame_max_tx_count);
816 struct rt2x00lib_conf *libconf)
819 (libconf->conf->flags & IEEE80211_CONF_PS) ?
828 libconf->conf->listen_interval - 1);
854 struct rt2x00lib_conf *libconf,
858 rt73usb_config_lna_gain(rt2x00dev, libconf);
725 rt73usb_config_lna_gain(struct rt2x00_dev *rt2x00dev, struct rt2x00lib_conf *libconf) argument
799 rt73usb_config_retry_limit(struct rt2x00_dev *rt2x00dev, struct rt2x00lib_conf *libconf) argument
815 rt73usb_config_ps(struct rt2x00_dev *rt2x00dev, struct rt2x00lib_conf *libconf) argument
853 rt73usb_config(struct rt2x00_dev *rt2x00dev, struct rt2x00lib_conf *libconf, const unsigned int flags) argument
[all...]
H A Drt2500pci.c547 struct rt2x00lib_conf *libconf)
553 libconf->conf->long_frame_max_tx_count);
555 libconf->conf->short_frame_max_tx_count);
560 struct rt2x00lib_conf *libconf)
563 (libconf->conf->flags & IEEE80211_CONF_PS) ?
572 libconf->conf->listen_interval - 1);
590 struct rt2x00lib_conf *libconf,
594 rt2500pci_config_channel(rt2x00dev, &libconf->rf,
595 libconf->conf->power_level);
599 libconf
546 rt2500pci_config_retry_limit(struct rt2x00_dev *rt2x00dev, struct rt2x00lib_conf *libconf) argument
559 rt2500pci_config_ps(struct rt2x00_dev *rt2x00dev, struct rt2x00lib_conf *libconf) argument
589 rt2500pci_config(struct rt2x00_dev *rt2x00dev, struct rt2x00lib_conf *libconf, const unsigned int flags) argument
[all...]
H A Drt2500usb.c624 struct rt2x00lib_conf *libconf)
627 (libconf->conf->flags & IEEE80211_CONF_PS) ?
636 libconf->conf->listen_interval - 1);
654 struct rt2x00lib_conf *libconf,
658 rt2500usb_config_channel(rt2x00dev, &libconf->rf,
659 libconf->conf->power_level);
663 libconf->conf->power_level);
665 rt2500usb_config_ps(rt2x00dev, libconf);
623 rt2500usb_config_ps(struct rt2x00_dev *rt2x00dev, struct rt2x00lib_conf *libconf) argument
653 rt2500usb_config(struct rt2x00_dev *rt2x00dev, struct rt2x00lib_conf *libconf, const unsigned int flags) argument
H A Drt61pci.c751 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);
750 rt61pci_config_lna_gain(struct rt2x00_dev *rt2x00dev, struct rt2x00lib_conf *libconf) argument
831 rt61pci_config_retry_limit(struct rt2x00_dev *rt2x00dev, struct rt2x00lib_conf *libconf) argument
847 rt61pci_config_ps(struct rt2x00_dev *rt2x00dev, struct rt2x00lib_conf *libconf) argument
893 rt61pci_config(struct rt2x00_dev *rt2x00dev, struct rt2x00lib_conf *libconf, const unsigned int flags) argument
2152 struct rt2x00lib_conf libconf = { .conf = &rt2x00dev->hw->conf }; local
[all...]
H A Drt2800lib.h236 struct rt2x00lib_conf *libconf,
H A Drt2800mmio.c192 struct rt2x00lib_conf libconf = { .conf = &conf }; local
194 rt2800_config(rt2x00dev, &libconf, IEEE80211_CONF_CHANGE_PS);
H A Drt2800lib.c2401 struct rt2x00lib_conf *libconf)
2406 if (libconf->rf.channel <= 14) {
2409 } else if (libconf->rf.channel <= 64) {
2412 } else if (libconf->rf.channel <= 128) {
5636 struct rt2x00lib_conf *libconf)
5642 libconf->conf->short_frame_max_tx_count);
5644 libconf->conf->long_frame_max_tx_count);
5649 struct rt2x00lib_conf *libconf)
5652 (libconf->conf->flags & IEEE80211_CONF_PS) ?
5662 libconf
2400 rt2800_config_lna_gain(struct rt2x00_dev *rt2x00dev, struct rt2x00lib_conf *libconf) argument
5635 rt2800_config_retry_limit(struct rt2x00_dev *rt2x00dev, struct rt2x00lib_conf *libconf) argument
5648 rt2800_config_ps(struct rt2x00_dev *rt2x00dev, struct rt2x00lib_conf *libconf) argument
5678 rt2800_config(struct rt2x00_dev *rt2x00dev, struct rt2x00lib_conf *libconf, const unsigned int flags) argument
[all...]
H A Drt2x00.h626 struct rt2x00lib_conf *libconf,

Completed in 162 milliseconds