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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rt2x00/
H A Drt2x00config.c174 struct rt2x00lib_conf libconf; local
177 memset(&libconf, 0, sizeof(libconf));
179 libconf.conf = conf;
190 memcpy(&libconf.rf,
192 sizeof(libconf.rf));
194 memcpy(&libconf.channel,
196 sizeof(libconf.channel));
202 rt2x00dev->ops->lib->config(rt2x00dev, &libconf, ieee80211_flags);
H A Drt61pci.c843 struct rt2x00lib_conf *libconf)
848 if (libconf->conf->channel->band == IEEE80211_BAND_2GHZ) {
924 struct rt2x00lib_conf *libconf)
933 libconf->conf->long_frame_max_tx_count);
935 libconf->conf->short_frame_max_tx_count);
940 struct rt2x00lib_conf *libconf)
943 (libconf->conf->flags & IEEE80211_CONF_PS) ?
952 libconf->conf->listen_interval - 1);
984 struct rt2x00lib_conf *libconf,
988 rt61pci_config_lna_gain(rt2x00dev, libconf);
842 rt61pci_config_lna_gain(struct rt2x00_dev *rt2x00dev, struct rt2x00lib_conf *libconf) argument
923 rt61pci_config_retry_limit(struct rt2x00_dev *rt2x00dev, struct rt2x00lib_conf *libconf) argument
939 rt61pci_config_ps(struct rt2x00_dev *rt2x00dev, struct rt2x00lib_conf *libconf) argument
983 rt61pci_config(struct rt2x00_dev *rt2x00dev, struct rt2x00lib_conf *libconf, const unsigned int flags) argument
2138 struct rt2x00lib_conf libconf = { .conf = &conf }; local
[all...]
H A Drt2400pci.c496 struct rt2x00lib_conf *libconf)
502 libconf->conf->long_frame_max_tx_count);
504 libconf->conf->short_frame_max_tx_count);
509 struct rt2x00lib_conf *libconf)
512 (libconf->conf->flags & IEEE80211_CONF_PS) ?
521 libconf->conf->listen_interval - 1);
539 struct rt2x00lib_conf *libconf,
543 rt2400pci_config_channel(rt2x00dev, &libconf->rf);
546 libconf->conf->power_level);
548 rt2400pci_config_retry_limit(rt2x00dev, libconf);
495 rt2400pci_config_retry_limit(struct rt2x00_dev *rt2x00dev, struct rt2x00lib_conf *libconf) argument
508 rt2400pci_config_ps(struct rt2x00_dev *rt2x00dev, struct rt2x00lib_conf *libconf) argument
538 rt2400pci_config(struct rt2x00_dev *rt2x00dev, struct rt2x00lib_conf *libconf, const unsigned int flags) argument
[all...]
H A Drt73usb.c740 struct rt2x00lib_conf *libconf)
745 if (libconf->conf->channel->band == IEEE80211_BAND_2GHZ) {
814 struct rt2x00lib_conf *libconf)
823 libconf->conf->long_frame_max_tx_count);
825 libconf->conf->short_frame_max_tx_count);
830 struct rt2x00lib_conf *libconf)
833 (libconf->conf->flags & IEEE80211_CONF_PS) ?
842 libconf->conf->listen_interval - 1);
868 struct rt2x00lib_conf *libconf,
872 rt73usb_config_lna_gain(rt2x00dev, libconf);
739 rt73usb_config_lna_gain(struct rt2x00_dev *rt2x00dev, struct rt2x00lib_conf *libconf) argument
813 rt73usb_config_retry_limit(struct rt2x00_dev *rt2x00dev, struct rt2x00lib_conf *libconf) argument
829 rt73usb_config_ps(struct rt2x00_dev *rt2x00dev, struct rt2x00lib_conf *libconf) argument
867 rt73usb_config(struct rt2x00_dev *rt2x00dev, struct rt2x00lib_conf *libconf, const unsigned int flags) argument
[all...]
H A Drt2500pci.c544 struct rt2x00lib_conf *libconf)
550 libconf->conf->long_frame_max_tx_count);
552 libconf->conf->short_frame_max_tx_count);
557 struct rt2x00lib_conf *libconf)
560 (libconf->conf->flags & IEEE80211_CONF_PS) ?
569 libconf->conf->listen_interval - 1);
587 struct rt2x00lib_conf *libconf,
591 rt2500pci_config_channel(rt2x00dev, &libconf->rf,
592 libconf->conf->power_level);
596 libconf
543 rt2500pci_config_retry_limit(struct rt2x00_dev *rt2x00dev, struct rt2x00lib_conf *libconf) argument
556 rt2500pci_config_ps(struct rt2x00_dev *rt2x00dev, struct rt2x00lib_conf *libconf) argument
586 rt2500pci_config(struct rt2x00_dev *rt2x00dev, struct rt2x00lib_conf *libconf, const unsigned int flags) argument
[all...]
H A Drt2500usb.c639 struct rt2x00lib_conf *libconf)
642 (libconf->conf->flags & IEEE80211_CONF_PS) ?
651 libconf->conf->listen_interval - 1);
669 struct rt2x00lib_conf *libconf,
673 rt2500usb_config_channel(rt2x00dev, &libconf->rf,
674 libconf->conf->power_level);
678 libconf->conf->power_level);
680 rt2500usb_config_ps(rt2x00dev, libconf);
638 rt2500usb_config_ps(struct rt2x00_dev *rt2x00dev, struct rt2x00lib_conf *libconf) argument
668 rt2500usb_config(struct rt2x00_dev *rt2x00dev, struct rt2x00lib_conf *libconf, const unsigned int flags) argument
H A Drt2800lib.c1077 struct rt2x00lib_conf *libconf)
1082 if (libconf->rf.channel <= 14) {
1085 } else if (libconf->rf.channel <= 64) {
1088 } else if (libconf->rf.channel <= 128) {
1409 struct rt2x00lib_conf *libconf)
1415 libconf->conf->short_frame_max_tx_count);
1417 libconf->conf->long_frame_max_tx_count);
1422 struct rt2x00lib_conf *libconf)
1425 (libconf->conf->flags & IEEE80211_CONF_PS) ?
1435 libconf
1076 rt2800_config_lna_gain(struct rt2x00_dev *rt2x00dev, struct rt2x00lib_conf *libconf) argument
1408 rt2800_config_retry_limit(struct rt2x00_dev *rt2x00dev, struct rt2x00lib_conf *libconf) argument
1421 rt2800_config_ps(struct rt2x00_dev *rt2x00dev, struct rt2x00lib_conf *libconf) argument
1451 rt2800_config(struct rt2x00_dev *rt2x00dev, struct rt2x00lib_conf *libconf, const unsigned int flags) argument
[all...]
H A Drt2800lib.h159 struct rt2x00lib_conf *libconf,
H A Drt2800pci.c838 struct rt2x00lib_conf libconf = { .conf = &conf }; local
840 rt2800_config(rt2x00dev, &libconf, IEEE80211_CONF_CHANGE_PS);
H A Drt2x00.h605 struct rt2x00lib_conf *libconf,

Completed in 54 milliseconds