Lines Matching defs:conf

1253 	struct ieee80211_channel *chan = rt2x00dev->hw->conf.chandef.chan;
1954 struct rt2x00intf_conf *conf, const unsigned int flags)
1964 rt2x00_set_field32(&reg, BCN_TIME_CFG_TSF_SYNC, conf->sync);
1967 if (conf->sync == TSF_SYNC_AP_NONE) {
1989 conf->sync == TSF_SYNC_AP_NONE) {
1994 memcpy(conf->bssid, conf->mac, sizeof(conf->mac));
1998 if (!is_zero_ether_addr((const u8 *)conf->mac)) {
1999 reg = le32_to_cpu(conf->mac[1]);
2001 conf->mac[1] = cpu_to_le32(reg);
2005 conf->mac, sizeof(conf->mac));
2009 if (!is_zero_ether_addr((const u8 *)conf->bssid)) {
2010 reg = le32_to_cpu(conf->bssid[1]);
2013 conf->bssid[1] = cpu_to_le32(reg);
2017 conf->bssid, sizeof(conf->bssid));
2424 struct ieee80211_conf *conf,
2466 rt2x00_set_field32(&rf->rf4, RF4_HT40, conf_is_ht40(conf));
2489 struct ieee80211_conf *conf,
2532 calib_tx = conf_is_ht40(conf) ? 0x68 : 0x4f;
2533 calib_rx = conf_is_ht40(conf) ? 0x6f : 0x4f;
2535 if (conf_is_ht40(conf)) {
2567 struct ieee80211_conf *conf,
2666 if (conf_is_ht40(conf)) {
2739 struct ieee80211_conf *conf,
2870 if (conf_is_ht40(conf)) {
3036 struct ieee80211_conf *conf,
3108 if (!conf_is_ht40(conf))
3119 if (conf_is_ht40(conf))
3244 struct ieee80211_conf *conf,
3281 struct ieee80211_conf *conf,
3329 struct ieee80211_conf *conf,
3427 struct ieee80211_conf *conf,
3441 (rf->channel > 14 || conf_is_ht40(conf)) ? 5 : 0);
3658 if (conf_is_ht40(conf))
3702 struct ieee80211_conf *conf,
3789 if (conf_is_ht40(conf)) {
3803 if (conf_is_ht40(conf)) {
3813 conf_is_ht40(conf) && (rf->channel == 11));
3817 if (conf_is_ht40(conf)) {
3859 if (conf_is_ht40(conf)) {
4111 struct ieee80211_conf *conf,
4140 rt2800_config_channel_rf3xxx(rt2x00dev, conf, rf, info);
4143 rt2800_config_channel_rf3052(rt2x00dev, conf, rf, info);
4146 rt2800_config_channel_rf3053(rt2x00dev, conf, rf, info);
4149 rt2800_config_channel_rf3290(rt2x00dev, conf, rf, info);
4152 rt2800_config_channel_rf3322(rt2x00dev, conf, rf, info);
4155 rt2800_config_channel_rf3853(rt2x00dev, conf, rf, info);
4165 rt2800_config_channel_rf53xx(rt2x00dev, conf, rf, info);
4168 rt2800_config_channel_rf55xx(rt2x00dev, conf, rf, info);
4171 rt2800_config_channel_rf7620(rt2x00dev, conf, rf, info);
4174 rt2800_config_channel_rf2xxx(rt2x00dev, conf, rf, info);
4190 conf_is_ht40(conf));
4192 conf_is_ht40(conf));
4195 conf_is_ht40(conf));
4197 conf_is_ht40(conf));
4229 if (conf_is_ht40(conf))
4297 rt2x00_set_field32(&reg, TX_BAND_CFG_HT40_MINUS, conf_is_ht40_minus(conf));
4418 if (!conf_is_ht40(conf))
4436 if (!conf_is_ht40(conf)) {
4497 rt2x00_set_field8(&bbp, BBP4_BANDWIDTH, 2 * conf_is_ht40(conf));
4501 rt2x00_set_field8(&bbp, BBP3_HT40_MINUS, conf_is_ht40_minus(conf));
4505 if (conf_is_ht40(conf)) {
5506 rt2800_config_txpower(rt2x00dev, rt2x00dev->hw->conf.chandef.chan,
5650 libconf->conf->short_frame_max_tx_count);
5652 libconf->conf->long_frame_max_tx_count);
5660 (libconf->conf->flags & IEEE80211_CONF_PS) ?
5670 libconf->conf->listen_interval - 1);
5700 rt2800_config_channel(rt2x00dev, libconf->conf,
5702 rt2800_config_txpower(rt2x00dev, libconf->conf->chandef.chan,
5703 libconf->conf->power_level);
5706 rt2800_config_txpower(rt2x00dev, libconf->conf->chandef.chan,
5707 libconf->conf->power_level);
12177 if (!(hw->conf.flags & IEEE80211_CONF_OFFCHANNEL))