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