Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/vt6656/
H A 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()
/openbmc/linux/net/wireless/
H A Dchan.c1197 prohibited_flags |= IEEE80211_CHAN_NO_OFDM; in cfg80211_chandef_usable()
1201 prohibited_flags |= IEEE80211_CHAN_NO_OFDM; in cfg80211_chandef_usable()
H A Dreg.c1574 channel_flags |= IEEE80211_CHAN_NO_OFDM; in map_regdom_flags()
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dchannel.c387 if (ch->flags & IEEE80211_CHAN_NO_OFDM) in brcms_c_channel_set_chanspec()
H A Dmac80211_if.c134 IEEE80211_CHAN_NO_OFDM)
/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dcommands.c1442 chan->flags |= IEEE80211_CHAN_NO_OFDM; in qtnf_cmd_resp_fill_band_info()
/openbmc/linux/include/net/
H A Dcfg80211.h126 IEEE80211_CHAN_NO_OFDM = 1<<6, enumerator
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c572 if (chandef->chan->flags & IEEE80211_CHAN_NO_OFDM) in chan_to_phymode()