Home
last modified time | relevance | path

Searched defs:ht40 (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A D8192f.c426 rtl8192f_set_tx_power(struct rtl8xxxu_priv *priv, int channel, bool ht40) in rtl8192f_set_tx_power()
587 bool ht40 = conf_is_ht40(&hw->conf); in rtl8192fu_config_channel() local
H A D8723b.c389 rtl8723b_set_tx_power(struct rtl8xxxu_priv *priv, int channel, bool ht40) in rtl8723b_set_tx_power()
H A D8192e.c513 rtl8192e_set_tx_power(struct rtl8xxxu_priv *priv, int channel, bool ht40) in rtl8192e_set_tx_power()
H A D8710b.c681 bool ht40 = conf_is_ht40(&hw->conf); in rtl8710bu_config_channel() local
H A D8188f.c358 rtl8188f_set_tx_power(struct rtl8xxxu_priv *priv, int channel, bool ht40) in rtl8188f_set_tx_power()
H A Drtl8xxxu.h1061 int ht40:4; member
/linux/drivers/net/wireless/intel/iwlegacy/
H A Ddebug.c768 int ht40; in il_dbgfs_disable_ht40_write() local
/linux/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c1756 static const s32 ht40[] = { 13500, 27000, 40500, 54000, in is_rate_ht40() local
/linux/drivers/net/wireless/ath/ath9k/
H A Dxmit.c1136 static int ath_max_framelen(int usec, int mcs, bool ht40, bool sgi) in ath_max_framelen()