Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dphy.c2193 bool in_24g = true; in _rtl8821ae_phy_get_chnl_index() local
2196 in_24g = true; in _rtl8821ae_phy_get_chnl_index()
2199 in_24g = false; in _rtl8821ae_phy_get_chnl_index()
2204 return in_24g; in _rtl8821ae_phy_get_chnl_index()
2208 return in_24g; in _rtl8821ae_phy_get_chnl_index()
2595 bool in_24g = false; in _rtl8821ae_get_txpower_index() local
2606 in_24g = _rtl8821ae_phy_get_chnl_index(channel, &index); in _rtl8821ae_get_txpower_index()
2607 if (in_24g) { in _rtl8821ae_get_txpower_index()
2694 _rtl8821ae_phy_get_txpower_by_rate(hw, (u8)(!in_24g), in _rtl8821ae_get_txpower_index()