Lines Matching defs:conf
198 struct ieee80211_conf *conf = &hw->conf;
205 ret = ath5k_chan_set(ah, &conf->chandef);
211 (ah->ah_txpower.txp_requested != conf->power_level)) {
212 ah->ah_txpower.txp_requested = conf->power_level;
215 ath5k_hw_set_txpower_limit(ah, (conf->power_level * 2));
219 ah->ah_retry_long = conf->long_frame_max_tx_count;
220 ah->ah_retry_short = conf->short_frame_max_tx_count;
650 struct ieee80211_conf *conf = &hw->conf;
671 survey->channel = conf->chandef.chan;