Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dphy.c1629 static bool _rtl8812ae_eq_n_byte(u8 *str1, u8 *str2, u32 num) in _rtl8812ae_eq_n_byte() function
1689 if (_rtl8812ae_eq_n_byte(pregulation, (u8 *)("FCC"), 3)) in _rtl8812ae_phy_set_txpower_limit()
1691 else if (_rtl8812ae_eq_n_byte(pregulation, (u8 *)("MKK"), 3)) in _rtl8812ae_phy_set_txpower_limit()
1693 else if (_rtl8812ae_eq_n_byte(pregulation, (u8 *)("ETSI"), 4)) in _rtl8812ae_phy_set_txpower_limit()
1695 else if (_rtl8812ae_eq_n_byte(pregulation, (u8 *)("WW13"), 4)) in _rtl8812ae_phy_set_txpower_limit()
1698 if (_rtl8812ae_eq_n_byte(prate_section, (u8 *)("CCK"), 3)) in _rtl8812ae_phy_set_txpower_limit()
1700 else if (_rtl8812ae_eq_n_byte(prate_section, (u8 *)("OFDM"), 4)) in _rtl8812ae_phy_set_txpower_limit()
1702 else if (_rtl8812ae_eq_n_byte(prate_section, (u8 *)("HT"), 2) && in _rtl8812ae_phy_set_txpower_limit()
1703 _rtl8812ae_eq_n_byte(prf_path, (u8 *)("1T"), 2)) in _rtl8812ae_phy_set_txpower_limit()
1705 else if (_rtl8812ae_eq_n_byte(prate_section, (u8 *)("HT"), 2) && in _rtl8812ae_phy_set_txpower_limit()
[all …]