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