Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/vt6656/
H A Dchannel.c73 ch[i].flags = IEEE80211_CHAN_NO_HT40; in vnt_init_bands()
/openbmc/linux/drivers/staging/vt6655/
H A Dchannel.c61 IEEE80211_CHAN_NO_HT40; in vnt_init_band()
/openbmc/linux/net/wireless/
H A Dreg.c1750 bw_flags |= IEEE80211_CHAN_NO_HT40; in reg_rule_to_chan_bw_flags()
2247 if ((chan->flags & IEEE80211_CHAN_NO_HT40) == IEEE80211_CHAN_NO_HT40) in is_ht40_allowed()
2262 channel->flags |= IEEE80211_CHAN_NO_HT40; in reg_process_ht_flags_channel()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-eeprom-parse.c559 channel->flags = IEEE80211_CHAN_NO_HT40; in iwl_init_channel_map()
H A Diwl-nvm-parse.c332 u32 flags = IEEE80211_CHAN_NO_HT40; in iwl_get_channel_flags()
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c6918 ht40_flag = channel->flags & IEEE80211_CHAN_NO_HT40; in brcmf_update_bw40_channel_flag()
6920 if (ht40_flag == IEEE80211_CHAN_NO_HT40) in brcmf_update_bw40_channel_flag()
6921 channel->flags &= ~IEEE80211_CHAN_NO_HT40; in brcmf_update_bw40_channel_flag()
6928 channel->flags &= ~IEEE80211_CHAN_NO_HT40; in brcmf_update_bw40_channel_flag()
6929 if (ht40_flag == IEEE80211_CHAN_NO_HT40) in brcmf_update_bw40_channel_flag()
7044 channel->flags = IEEE80211_CHAN_NO_HT40 | in brcmf_construct_chaninfo()
/openbmc/linux/include/net/
H A Dcfg80211.h143 #define IEEE80211_CHAN_NO_HT40 \ macro
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.c942 IEEE80211_CHAN_NO_HT40; in il_init_channel_map()