Home
last modified time | relevance | path

Searched refs:conf_is_ht (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00config.c207 if (!conf_is_ht(conf)) in rt2x00lib_config()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/carl9170/
H A Dmac.c64 if (conf_is_ht(&ar->hw->conf)) { in carl9170_set_rts_cts_rate()
H A Dphy.c1583 if (conf_is_ht(&ar->hw->conf)) in carl9170_set_channel()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dssv_rc.c949 if ( conf_is_ht(&sc->hw->conf) in ssv6xxx_tx_status()
1120 if (conf_is_ht(&sc->hw->conf) && in ssv6xxx_get_rate()
1123 if (conf_is_ht(&sc->hw->conf) && in ssv6xxx_get_rate()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_txrx.c419 if (sta && conf_is_ht(&priv->hw->conf) && in ath9k_htc_check_tx_aggr()
893 if (conf_is_ht(&priv->hw->conf)) { in ath9k_htc_calcrxfilter()
H A Dhtc_drv_main.c275 channel->center_freq, conf_is_ht(conf), conf_is_ht40(conf), in ath9k_htc_set_channel()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drxon.c1198 if (ctx->ht.enabled != conf_is_ht(conf)) in iwlagn_mac_config()
1199 ctx->ht.enabled = conf_is_ht(conf); in iwlagn_mac_config()
H A Drs.c1247 if (!conf_is_ht(conf) || !sta->ht_cap.ht_supported) in rs_switch_to_mimo2()
1302 if (!conf_is_ht(conf) || !sta->ht_cap.ht_supported) in rs_switch_to_mimo3()
1358 if (!conf_is_ht(conf) || !sta->ht_cap.ht_supported) in rs_switch_to_siso()
2581 if (is_legacy(tbl1->lq_type) && !conf_is_ht(conf) && in rs_rate_scale_perform()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wcn36xx/
H A Dtxrx.c370 if (!conf_is_ht(&wcn->hw->conf)) in wcn36xx_tx_start_ampdu()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlegacy/
H A D4965-rs.c1167 if (!conf_is_ht(conf) || !sta->ht_cap.ht_supported) in il4965_rs_switch_to_mimo2()
1220 if (!conf_is_ht(conf) || !sta->ht_cap.ht_supported) in il4965_rs_switch_to_siso()
2083 if (is_legacy(tbl1->lq_type) && !conf_is_ht(conf) && in il4965_rs_rate_scale_perform()
H A Dcommon.c5076 if (il->ht.enabled != conf_is_ht(conf)) { in il_mac_config()
5077 il->ht.enabled = conf_is_ht(conf); in il_mac_config()
/OK3568_Linux_fs/kernel/net/mac80211/
H A Dmain.c134 if (!conf_is_ht(&local->hw.conf)) { in ieee80211_hw_conf_chan()
/OK3568_Linux_fs/kernel/include/net/
H A Dmac80211.h6272 conf_is_ht(struct ieee80211_conf *conf) in conf_is_ht() function