Lines Matching defs:conf

1546 			struct rt2x00intf_conf *conf, const unsigned int flags)
1556 rt2x00_set_field32(&reg, BCN_TIME_CFG_TSF_SYNC, conf->sync);
1559 if (conf->sync == TSF_SYNC_AP_NONE) {
1581 conf->sync == TSF_SYNC_AP_NONE) {
1586 memcpy(conf->bssid, conf->mac, sizeof(conf->mac));
1590 if (!is_zero_ether_addr((const u8 *)conf->mac)) {
1591 reg = le32_to_cpu(conf->mac[1]);
1593 conf->mac[1] = cpu_to_le32(reg);
1597 conf->mac, sizeof(conf->mac));
1601 if (!is_zero_ether_addr((const u8 *)conf->bssid)) {
1602 reg = le32_to_cpu(conf->bssid[1]);
1605 conf->bssid[1] = cpu_to_le32(reg);
1609 conf->bssid, sizeof(conf->bssid));
1968 struct ieee80211_conf *conf,
2010 rt2x00_set_field32(&rf->rf4, RF4_HT40, conf_is_ht40(conf));
2033 struct ieee80211_conf *conf,
2076 calib_tx = conf_is_ht40(conf) ? 0x68 : 0x4f;
2077 calib_rx = conf_is_ht40(conf) ? 0x6f : 0x4f;
2079 if (conf_is_ht40(conf)) {
2109 struct ieee80211_conf *conf,
2206 if (conf_is_ht40(conf)) {
2279 struct ieee80211_conf *conf,
2410 if (conf_is_ht40(conf)) {
2579 struct ieee80211_conf *conf,
2616 struct ieee80211_conf *conf,
2664 struct ieee80211_conf *conf,
2757 struct ieee80211_conf *conf,
2771 (rf->channel > 14 || conf_is_ht40(conf)) ? 5 : 0);
2988 if (conf_is_ht40(conf))
3150 struct ieee80211_conf *conf,
3173 rt2800_config_channel_rf3xxx(rt2x00dev, conf, rf, info);
3176 rt2800_config_channel_rf3052(rt2x00dev, conf, rf, info);
3179 rt2800_config_channel_rf3053(rt2x00dev, conf, rf, info);
3182 rt2800_config_channel_rf3290(rt2x00dev, conf, rf, info);
3185 rt2800_config_channel_rf3322(rt2x00dev, conf, rf, info);
3194 rt2800_config_channel_rf53xx(rt2x00dev, conf, rf, info);
3197 rt2800_config_channel_rf55xx(rt2x00dev, conf, rf, info);
3200 rt2800_config_channel_rf2xxx(rt2x00dev, conf, rf, info);
3238 if (conf_is_ht40(conf))
3289 rt2x00_set_field32(&reg, TX_BAND_CFG_HT40_MINUS, conf_is_ht40_minus(conf));
3406 rt2800_bbp_write(rt2x00dev, 196, conf_is_ht40(conf) ? 0x10 : 0x1a);
3416 rt2x00_set_field8(&bbp, BBP4_BANDWIDTH, 2 * conf_is_ht40(conf));
3420 rt2x00_set_field8(&bbp, BBP3_HT40_MINUS, conf_is_ht40_minus(conf));
3424 if (conf_is_ht40(conf)) {
4285 rt2800_config_txpower(rt2x00dev, rt2x00dev->hw->conf.chandef.chan,
4377 libconf->conf->short_frame_max_tx_count);
4379 libconf->conf->long_frame_max_tx_count);
4387 (libconf->conf->flags & IEEE80211_CONF_PS) ?
4397 libconf->conf->listen_interval - 1);
4421 rt2800_config_channel(rt2x00dev, libconf->conf,
4423 rt2800_config_txpower(rt2x00dev, libconf->conf->chandef.chan,
4424 libconf->conf->power_level);
4427 rt2800_config_txpower(rt2x00dev, libconf->conf->chandef.chan,
4428 libconf->conf->power_level);
8003 struct ieee80211_conf *conf = &hw->conf;
8009 survey->channel = conf->chandef.chan;
8025 if (!(hw->conf.flags & IEEE80211_CONF_OFFCHANNEL))