Searched refs:_rtl8812ae_eq_n_byte (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | phy.c | 1601 static bool _rtl8812ae_eq_n_byte(const char *str1, const char *str2, u32 num) in _rtl8812ae_eq_n_byte() function 1662 if (_rtl8812ae_eq_n_byte(pregulation, "FCC", 3)) in _rtl8812ae_phy_set_txpower_limit() 1664 else if (_rtl8812ae_eq_n_byte(pregulation, "MKK", 3)) in _rtl8812ae_phy_set_txpower_limit() 1666 else if (_rtl8812ae_eq_n_byte(pregulation, "ETSI", 4)) in _rtl8812ae_phy_set_txpower_limit() 1668 else if (_rtl8812ae_eq_n_byte(pregulation, "WW13", 4)) in _rtl8812ae_phy_set_txpower_limit() 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() 1676 _rtl8812ae_eq_n_byte(prf_path, "1T", 2)) in _rtl8812ae_phy_set_txpower_limit() 1678 else if (_rtl8812ae_eq_n_byte(prate_section, "HT", 2) && in _rtl8812ae_phy_set_txpower_limit() [all …]
|