Searched refs:pbandwidth (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | phy.c | 1641 const char *pband, const char *pbandwidth, in _rtl8812ae_phy_set_txpower_limit() argument 1688 if (_rtl8812ae_eq_n_byte(pbandwidth, "20M", 3)) in _rtl8812ae_phy_set_txpower_limit() 1690 else if (_rtl8812ae_eq_n_byte(pbandwidth, "40M", 3)) in _rtl8812ae_phy_set_txpower_limit() 1692 else if (_rtl8812ae_eq_n_byte(pbandwidth, "80M", 3)) in _rtl8812ae_phy_set_txpower_limit() 1694 else if (_rtl8812ae_eq_n_byte(pbandwidth, "160M", 4)) in _rtl8812ae_phy_set_txpower_limit()
|