Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/ath/carl9170/
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()
Dmac.c48 if (conf_is_ht40(&ar->hw->conf)) in carl9170_set_dyn_sifs_ack()
/linux-6.6.21/drivers/net/wireless/ralink/rt2x00/
Drt2x00config.c213 if (conf_is_ht40(conf)) { in rt2x00lib_config()
Drt2800lib.c2466 rt2x00_set_field32(&rf->rf4, RF4_HT40, conf_is_ht40(conf)); in rt2800_config_channel_rf2xxx()
2532 calib_tx = conf_is_ht40(conf) ? 0x68 : 0x4f; in rt2800_config_channel_rf3xxx()
2533 calib_rx = conf_is_ht40(conf) ? 0x6f : 0x4f; in rt2800_config_channel_rf3xxx()
2535 if (conf_is_ht40(conf)) { in rt2800_config_channel_rf3xxx()
2666 if (conf_is_ht40(conf)) { in rt2800_config_channel_rf3052()
2870 if (conf_is_ht40(conf)) { in rt2800_config_channel_rf3053()
3108 if (!conf_is_ht40(conf)) in rt2800_config_channel_rf3853()
3119 if (conf_is_ht40(conf)) in rt2800_config_channel_rf3853()
3441 (rf->channel > 14 || conf_is_ht40(conf)) ? 5 : 0); in rt2800_config_channel_rf55xx()
3658 if (conf_is_ht40(conf)) in rt2800_config_channel_rf55xx()
[all …]
/linux-6.6.21/drivers/net/wireless/rsi/
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()
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-6.6.21/drivers/net/wireless/ath/ath9k/
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()
Ddebug.c999 ((i >= AR5416_MAX_CHAINS) && !conf_is_ht40(conf))) in read_file_dump_nfcal()
/linux-6.6.21/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu_8710b.c697 bool ht40 = conf_is_ht40(&hw->conf); in rtl8710bu_config_channel()
Drtl8xxxu_8192f.c603 bool ht40 = conf_is_ht40(&hw->conf); in rtl8192fu_config_channel()
Drtl8xxxu_core.c5468 if (conf_is_ht40(&hw->conf)) { in rtl8xxxu_fill_txdesc_v3()
/linux-6.6.21/include/net/
Dmac80211.h6867 conf_is_ht40(struct ieee80211_conf *conf) in conf_is_ht40() function