Searched refs:ht40 (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/net/wireless/iwlegacy/ |
D | debug.c | 803 int ht40; in il_dbgfs_disable_ht40_write() local 809 if (sscanf(buf, "%d", &ht40) != 1) in il_dbgfs_disable_ht40_write() 812 il->disable_ht40 = ht40 ? true : false; in il_dbgfs_disable_ht40_write()
|
/linux-4.1.27/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.1.27/drivers/net/wireless/iwlwifi/dvm/ |
D | debugfs.c | 543 int ht40; in iwl_dbgfs_disable_ht40_write() local 549 if (sscanf(buf, "%d", &ht40) != 1) in iwl_dbgfs_disable_ht40_write() 552 priv->disable_ht40 = ht40 ? true : false; in iwl_dbgfs_disable_ht40_write()
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | xmit.c | 1061 static int ath_max_framelen(int usec, int mcs, bool ht40, bool sgi) in ath_max_framelen() argument 1069 bits = symbols * bits_per_symbol[mcs % 8][ht40] * streams; in ath_max_framelen()
|