Home
last modified time | relevance | path

Searched refs:ht40 (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/net/wireless/iwlegacy/
Ddebug.c799 int ht40; in il_dbgfs_disable_ht40_write() local
805 if (sscanf(buf, "%d", &ht40) != 1) in il_dbgfs_disable_ht40_write()
808 il->disable_ht40 = ht40 ? true : false; in il_dbgfs_disable_ht40_write()
/linux-4.4.14/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu.c1491 rtl8723a_set_tx_power(struct rtl8xxxu_priv *priv, int channel, bool ht40) in rtl8723a_set_tx_power() argument
1512 if (!ht40) { in rtl8723a_set_tx_power()
5189 bool ht40; in rtl8xxxu_config() local
5209 ht40 = false; in rtl8xxxu_config()
5212 ht40 = true; in rtl8xxxu_config()
5221 rtl8723a_set_tx_power(priv, channel, ht40); in rtl8xxxu_config()
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
Dcfg80211.c1742 static const s32 ht40[] = { 13500, 27000, 40500, 54000, in is_rate_ht40() local
1748 for (i = 0; i < ARRAY_SIZE(ht40); i++) { in is_rate_ht40()
1749 if (rate == ht40[i]) { in is_rate_ht40()
1750 if (i == ARRAY_SIZE(ht40) - 1) in is_rate_ht40()
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
Ddebugfs.c539 int ht40; in iwl_dbgfs_disable_ht40_write() local
545 if (sscanf(buf, "%d", &ht40) != 1) in iwl_dbgfs_disable_ht40_write()
548 priv->disable_ht40 = ht40 ? true : false; in iwl_dbgfs_disable_ht40_write()
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dxmit.c1050 static int ath_max_framelen(int usec, int mcs, bool ht40, bool sgi) in ath_max_framelen() argument
1058 bits = symbols * bits_per_symbol[mcs % 8][ht40] * streams; in ath_max_framelen()