Home
last modified time | relevance | path

Searched refs:conf_is_ht40 (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/wireless/ath/carl9170/
H A Dphy.c548 bool is_40mhz = conf_is_ht40(&ar->hw->conf); in carl9170_init_phy()
1586 if (conf_is_ht40(&ar->hw->conf)) in carl9170_set_channel()
1671 if (conf_is_ht40(&ar->hw->conf)) in carl9170_set_channel()
H A Dmac.c48 if (conf_is_ht40(&ar->hw->conf)) in carl9170_set_dyn_sifs_ack()
/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00config.c213 if (conf_is_ht40(conf)) { in rt2x00lib_config()
/linux/drivers/net/wireless/rsi/
H A Drsi_91x_hal.c124 if (conf_is_ht40(conf)) in rsi_prepare_mgmt_desc()
228 if (conf_is_ht40(&common->priv->hw->conf)) in rsi_prepare_data_desc()
H A Drsi_91x_mgmt.c759 if (conf_is_ht40(conf)) { in rsi_set_vap_capabilities()
1421 if (is_sgi || conf_is_ht40(&common->priv->hw->conf)) in rsi_send_auto_rate_request()
/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_main.c275 channel->center_freq, conf_is_ht(conf), conf_is_ht40(conf), in ath9k_htc_set_channel()
628 (conf_is_ht40(&priv->hw->conf))) in ath9k_htc_setup_rate()
630 if (conf_is_ht40(&priv->hw->conf) && in ath9k_htc_setup_rate()
/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A D8710b.c681 bool ht40 = conf_is_ht40(&hw->conf); in rtl8710bu_config_channel()
H A D8192f.c587 bool ht40 = conf_is_ht40(&hw->conf); in rtl8192fu_config_channel()
/linux/include/net/
H A Dmac80211.h7392 conf_is_ht40(struct ieee80211_conf *conf) in conf_is_ht40() function