Lines Matching defs:conf
491 struct rt2x00intf_conf *conf,
501 rt2x00_set_field32(®, TXRX_CSR9_TSF_SYNC, conf->sync);
506 reg = le32_to_cpu(conf->mac[1]);
508 conf->mac[1] = cpu_to_le32(reg);
511 conf->mac, sizeof(conf->mac));
515 reg = le32_to_cpu(conf->bssid[1]);
517 conf->bssid[1] = cpu_to_le32(reg);
520 conf->bssid, sizeof(conf->bssid));
731 if (libconf->conf->chandef.chan->band == NL80211_BAND_2GHZ) {
809 libconf->conf->long_frame_max_tx_count);
811 libconf->conf->short_frame_max_tx_count);
819 (libconf->conf->flags & IEEE80211_CONF_PS) ?
828 libconf->conf->listen_interval - 1);
862 libconf->conf->power_level);
865 rt73usb_config_txpower(rt2x00dev, libconf->conf->power_level);