Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dphy.c1608 static bool _rtl8812ae_eq_n_byte(u8 *str1, u8 *str2, u32 num) in _rtl8812ae_eq_n_byte() function
1668 if (_rtl8812ae_eq_n_byte(pregulation, (u8 *)("FCC"), 3)) in _rtl8812ae_phy_set_txpower_limit()
1670 else if (_rtl8812ae_eq_n_byte(pregulation, (u8 *)("MKK"), 3)) in _rtl8812ae_phy_set_txpower_limit()
1672 else if (_rtl8812ae_eq_n_byte(pregulation, (u8 *)("ETSI"), 4)) in _rtl8812ae_phy_set_txpower_limit()
1674 else if (_rtl8812ae_eq_n_byte(pregulation, (u8 *)("WW13"), 4)) in _rtl8812ae_phy_set_txpower_limit()
1677 if (_rtl8812ae_eq_n_byte(prate_section, (u8 *)("CCK"), 3)) in _rtl8812ae_phy_set_txpower_limit()
1679 else if (_rtl8812ae_eq_n_byte(prate_section, (u8 *)("OFDM"), 4)) in _rtl8812ae_phy_set_txpower_limit()
1681 else if (_rtl8812ae_eq_n_byte(prate_section, (u8 *)("HT"), 2) && in _rtl8812ae_phy_set_txpower_limit()
1682 _rtl8812ae_eq_n_byte(prf_path, (u8 *)("1T"), 2)) in _rtl8812ae_phy_set_txpower_limit()
1684 else if (_rtl8812ae_eq_n_byte(prate_section, (u8 *)("HT"), 2) && in _rtl8812ae_phy_set_txpower_limit()
[all …]