Home
last modified time | relevance | path

Searched refs:cur_chandef (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/ath/ath9k/
H A Dlink.c214 tx_info->band = sc->cur_chandef.chan->band; in ath_paprd_send_frame()
H A Dchannel.c1291 memcmp(&sc->cur_chandef, &sc->cur_chan->chandef, in ath_chanctx_set_next()
1292 sizeof(sc->cur_chandef))) { in ath_chanctx_set_next()
H A Dmain.c320 sc->cur_chandef = sc->cur_chan->chandef; in ath_reset_internal()
671 sc->cur_chandef = hw->conf.chandef; in ath9k_start()
/linux/net/mac80211/
H A Dmlme.c174 const struct cfg80211_chan_def *cur_chandef; member
517 } else if (data->cur_chandef && data->cur_dbe_used && in ieee80211_determine_ap_chan()
518 cfg80211_chandef_compatible(chandef, data->cur_chandef)) { in ieee80211_determine_ap_chan()
530 if (cfg80211_chandef_get_width(data->cur_chandef) == dbe_bw_mhz) { in ieee80211_determine_ap_chan()
531 *chandef = *data->cur_chandef; in ieee80211_determine_ap_chan()
1606 .cur_chandef = &link->conf->chanreq.oper, in ieee80211_config_bw()