Lines Matching refs:conf
527 struct ieee80211_conf *conf = &hw->conf; in brcms_ops_config() local
536 conf->listen_interval); in brcms_ops_config()
540 __func__, conf->flags & IEEE80211_CONF_MONITOR ? in brcms_ops_config()
544 __func__, conf->flags & IEEE80211_CONF_PS ? in brcms_ops_config()
548 err = brcms_c_set_tx_power(wl->wlc, conf->power_level); in brcms_ops_config()
555 if (new_int != conf->power_level) in brcms_ops_config()
558 __func__, conf->power_level, in brcms_ops_config()
562 if (conf->chandef.width == NL80211_CHAN_WIDTH_20 || in brcms_ops_config()
563 conf->chandef.width == NL80211_CHAN_WIDTH_20_NOHT) in brcms_ops_config()
565 conf->chandef.chan->hw_value); in brcms_ops_config()
571 conf->short_frame_max_tx_count, in brcms_ops_config()
572 conf->long_frame_max_tx_count); in brcms_ops_config()