Searched refs:ht40 (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/net/wireless/iwlegacy/ |
D | debug.c | 799 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/ |
D | rtl8xxxu.c | 1491 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/ |
D | cfg80211.c | 1742 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/ |
D | debugfs.c | 539 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/ |
D | xmit.c | 1050 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()
|