Searched refs:prate_section (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | phy.c | 1642 u8 *prate_section, u8 *prf_path, in _rtl8812ae_phy_set_txpower_limit() argument 1671 if (_rtl8812ae_eq_n_byte(prate_section, (u8 *)("CCK"), 3)) in _rtl8812ae_phy_set_txpower_limit() 1673 else if (_rtl8812ae_eq_n_byte(prate_section, (u8 *)("OFDM"), 4)) in _rtl8812ae_phy_set_txpower_limit() 1675 else if (_rtl8812ae_eq_n_byte(prate_section, (u8 *)("HT"), 2) && in _rtl8812ae_phy_set_txpower_limit() 1678 else if (_rtl8812ae_eq_n_byte(prate_section, (u8 *)("HT"), 2) && in _rtl8812ae_phy_set_txpower_limit() 1681 else if (_rtl8812ae_eq_n_byte(prate_section, (u8 *)("VHT"), 3) && in _rtl8812ae_phy_set_txpower_limit() 1684 else if (_rtl8812ae_eq_n_byte(prate_section, (u8 *)("VHT"), 3) && in _rtl8812ae_phy_set_txpower_limit()
|