Lines Matching defs:conf
3630 struct ieee80211_conf *conf = NULL;
3634 conf = &il->hw->conf;
3641 il->timing.listen_interval = cpu_to_le16(conf->listen_interval);
5016 struct ieee80211_conf *conf = &hw->conf;
5017 struct ieee80211_channel *channel = conf->chandef.chan;
5037 il->current_ht_config.smps = conf->smps_mode;
5076 if (il->ht.enabled != conf_is_ht(conf)) {
5077 il->ht.enabled = conf_is_ht(conf);
5081 if (conf_is_ht40_minus(conf)) {
5085 } else if (conf_is_ht40_plus(conf)) {
5127 il->power_data.ps_disabled = !(conf->flags & IEEE80211_CONF_PS);
5137 conf->power_level);
5139 il_set_tx_power(il, conf->power_level, false);