Home
last modified time | relevance | path

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

/linux-4.4.14/net/wireless/
Dchan.c682 prohibited_flags |= IEEE80211_CHAN_NO_OFDM; in cfg80211_chandef_usable()
686 prohibited_flags |= IEEE80211_CHAN_NO_OFDM; in cfg80211_chandef_usable()
Dreg.c1038 channel_flags |= IEEE80211_CHAN_NO_OFDM; in map_regdom_flags()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/
Dchannel.c387 if (ch->flags & IEEE80211_CHAN_NO_OFDM) in brcms_c_channel_set_chanspec()
Dmac80211_if.c135 IEEE80211_CHAN_NO_OFDM)
/linux-4.4.14/include/net/
Dcfg80211.h129 IEEE80211_CHAN_NO_OFDM = 1<<6, enumerator
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dmac.c484 if (chandef->chan->flags & IEEE80211_CHAN_NO_OFDM) in chan_to_phymode()