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