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

/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00config.c213 if (conf_is_ht40(conf)) {
H A Drt2800lib.c2524 rt2x00_set_field32(&rf->rf4, RF4_HT40, conf_is_ht40(conf));
2590 calib_tx = conf_is_ht40(conf) ? 0x68 : 0x4f;
2591 calib_rx = conf_is_ht40(conf) ? 0x6f : 0x4f;
2593 if (conf_is_ht40(conf)) {
2724 if (conf_is_ht40(conf)) {
2928 if (conf_is_ht40(conf)) {
3166 if (!conf_is_ht40(conf))
3177 if (conf_is_ht40(conf))
3499 (rf->channel > 14 || conf_is_ht40(conf)) ? 5 : 0);
3716 if (conf_is_ht40(con
[all...]
/linux-master/drivers/net/wireless/ath/carl9170/
H A Dmac.c48 if (conf_is_ht40(&ar->hw->conf))
H A Dphy.c548 bool is_40mhz = conf_is_ht40(&ar->hw->conf);
1586 if (conf_is_ht40(&ar->hw->conf))
1671 if (conf_is_ht40(&ar->hw->conf))
/linux-master/drivers/net/wireless/rsi/
H A Drsi_91x_hal.c124 if (conf_is_ht40(conf))
228 if (conf_is_ht40(&common->priv->hw->conf))
H A Drsi_91x_mgmt.c759 if (conf_is_ht40(conf)) {
1421 if (is_sgi || conf_is_ht40(&common->priv->hw->conf))
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_main.c275 channel->center_freq, conf_is_ht(conf), conf_is_ht40(conf),
628 (conf_is_ht40(&priv->hw->conf)))
630 if (conf_is_ht40(&priv->hw->conf) &&
H A Ddebug.c999 ((i >= AR5416_MAX_CHAINS) && !conf_is_ht40(conf)))
/linux-master/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_8192f.c603 bool ht40 = conf_is_ht40(&hw->conf);
H A Drtl8xxxu_8710b.c697 bool ht40 = conf_is_ht40(&hw->conf);
H A Drtl8xxxu_core.c5509 if (conf_is_ht40(&hw->conf)) {
/linux-master/include/net/
H A Dmac80211.h7010 conf_is_ht40(struct ieee80211_conf *conf) function

Completed in 399 milliseconds