Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/vt6656/
Drf.c254 if (ch->flags & IEEE80211_CHAN_NO_OFDM) in vnt_rf_set_txpower()
267 if (ch->flags & IEEE80211_CHAN_NO_OFDM) { in vnt_rf_set_txpower()
289 if (ch->flags & IEEE80211_CHAN_NO_OFDM) { in vnt_rf_set_txpower()
357 if (ch->flags & IEEE80211_CHAN_NO_OFDM) { in vnt_rf_setpower()
/linux-6.12.1/net/wireless/
Dchan.c1417 prohibited_flags |= IEEE80211_CHAN_NO_OFDM; in _cfg80211_chandef_usable()
1421 prohibited_flags |= IEEE80211_CHAN_NO_OFDM; in _cfg80211_chandef_usable()
Dreg.c1576 channel_flags |= IEEE80211_CHAN_NO_OFDM; in map_regdom_flags()
/linux-6.12.1/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-6.12.1/drivers/net/wireless/quantenna/qtnfmac/
Dcommands.c1443 chan->flags |= IEEE80211_CHAN_NO_OFDM; in qtnf_cmd_resp_fill_band_info()
/linux-6.12.1/include/net/
Dcfg80211.h138 IEEE80211_CHAN_NO_OFDM = BIT(6), enumerator
/linux-6.12.1/drivers/net/wireless/ath/ath10k/
Dmac.c573 if (chandef->chan->flags & IEEE80211_CHAN_NO_OFDM) in chan_to_phymode()