Home
last modified time | relevance | path

Searched refs:IEEE80211_CHAN_NO_OFDM (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.15/drivers/staging/vt6656/
Drf.c615 if (ch->flags & IEEE80211_CHAN_NO_OFDM) in vnt_rf_set_txpower()
628 if (ch->flags & IEEE80211_CHAN_NO_OFDM) { in vnt_rf_set_txpower()
645 if (ch->flags & IEEE80211_CHAN_NO_OFDM) in vnt_rf_set_txpower()
668 if (ch->flags & IEEE80211_CHAN_NO_OFDM) { in vnt_rf_set_txpower()
741 if (ch->flags & IEEE80211_CHAN_NO_OFDM) { in vnt_rf_setpower()
/Linux-v5.15/net/wireless/
Dchan.c1064 prohibited_flags |= IEEE80211_CHAN_NO_OFDM; in cfg80211_chandef_usable()
1068 prohibited_flags |= IEEE80211_CHAN_NO_OFDM; in cfg80211_chandef_usable()
Dreg.c1578 channel_flags |= IEEE80211_CHAN_NO_OFDM; in map_regdom_flags()
/Linux-v5.15/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Dchannel.c387 if (ch->flags & IEEE80211_CHAN_NO_OFDM) in brcms_c_channel_set_chanspec()
Dmac80211_if.c134 IEEE80211_CHAN_NO_OFDM)
/Linux-v5.15/include/net/
Dcfg80211.h121 IEEE80211_CHAN_NO_OFDM = 1<<6, enumerator
/Linux-v5.15/drivers/net/wireless/quantenna/qtnfmac/
Dcommands.c1439 chan->flags |= IEEE80211_CHAN_NO_OFDM; in qtnf_cmd_resp_fill_band_info()
/Linux-v5.15/drivers/net/wireless/ath/ath10k/
Dmac.c571 if (chandef->chan->flags & IEEE80211_CHAN_NO_OFDM) in chan_to_phymode()