Lines Matching refs:conf
526 struct ieee80211_conf *conf = &hw->conf; in brcms_ops_config() local
535 conf->listen_interval); in brcms_ops_config()
539 __func__, conf->flags & IEEE80211_CONF_MONITOR ? in brcms_ops_config()
543 __func__, conf->flags & IEEE80211_CONF_PS ? in brcms_ops_config()
547 err = brcms_c_set_tx_power(wl->wlc, conf->power_level); in brcms_ops_config()
554 if (new_int != conf->power_level) in brcms_ops_config()
557 __func__, conf->power_level, in brcms_ops_config()
561 if (conf->chandef.width == NL80211_CHAN_WIDTH_20 || in brcms_ops_config()
562 conf->chandef.width == NL80211_CHAN_WIDTH_20_NOHT) in brcms_ops_config()
564 conf->chandef.chan->hw_value); in brcms_ops_config()
570 conf->short_frame_max_tx_count, in brcms_ops_config()
571 conf->long_frame_max_tx_count); in brcms_ops_config()