Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/vt6656/
H A Drf.c617 if (ch->flags & IEEE80211_CHAN_NO_OFDM) in vnt_rf_set_txpower()
630 if (ch->flags & IEEE80211_CHAN_NO_OFDM) { in vnt_rf_set_txpower()
647 if (ch->flags & IEEE80211_CHAN_NO_OFDM) in vnt_rf_set_txpower()
670 if (ch->flags & IEEE80211_CHAN_NO_OFDM) { in vnt_rf_set_txpower()
743 if (ch->flags & IEEE80211_CHAN_NO_OFDM) { in vnt_rf_setpower()
/OK3568_Linux_fs/kernel/net/wireless/
H A Dchan.c1060 prohibited_flags |= IEEE80211_CHAN_NO_OFDM; in cfg80211_chandef_usable()
1064 prohibited_flags |= IEEE80211_CHAN_NO_OFDM; in cfg80211_chandef_usable()
H A Dreg.c1569 channel_flags |= IEEE80211_CHAN_NO_OFDM; in map_regdom_flags()
/OK3568_Linux_fs/kernel/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.c135 IEEE80211_CHAN_NO_OFDM)
/OK3568_Linux_fs/kernel/drivers/net/wireless/quantenna/qtnfmac/
H A Dcommands.c1453 chan->flags |= IEEE80211_CHAN_NO_OFDM; in qtnf_cmd_resp_fill_band_info()
/OK3568_Linux_fs/kernel/include/net/
H A Dcfg80211.h119 IEEE80211_CHAN_NO_OFDM = 1<<6, enumerator
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dmac.c560 if (chandef->chan->flags & IEEE80211_CHAN_NO_OFDM) in chan_to_phymode()