Searched refs:pbandwidth (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/staging/rtlwifi/rtl8822be/ |
D | phy.h | 128 u8 *pband, u8 *pbandwidth,
|
D | phy.c | 758 u8 *pband, u8 *pbandwidth, in rtl8822be_phy_set_txpower_limit() argument 805 if (_rtl8822be_eq_n_byte(pbandwidth, (u8 *)("20M"), 3)) in rtl8822be_phy_set_txpower_limit() 807 else if (_rtl8822be_eq_n_byte(pbandwidth, (u8 *)("40M"), 3)) in rtl8822be_phy_set_txpower_limit() 809 else if (_rtl8822be_eq_n_byte(pbandwidth, (u8 *)("80M"), 3)) in rtl8822be_phy_set_txpower_limit() 811 else if (_rtl8822be_eq_n_byte(pbandwidth, (u8 *)("160M"), 4)) in rtl8822be_phy_set_txpower_limit()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | phy.c | 1668 u8 *pband, u8 *pbandwidth, in _rtl8812ae_phy_set_txpower_limit() argument 1715 if (_rtl8812ae_eq_n_byte(pbandwidth, (u8 *)("20M"), 3)) in _rtl8812ae_phy_set_txpower_limit() 1717 else if (_rtl8812ae_eq_n_byte(pbandwidth, (u8 *)("40M"), 3)) in _rtl8812ae_phy_set_txpower_limit() 1719 else if (_rtl8812ae_eq_n_byte(pbandwidth, (u8 *)("80M"), 3)) in _rtl8812ae_phy_set_txpower_limit() 1721 else if (_rtl8812ae_eq_n_byte(pbandwidth, (u8 *)("160M"), 4)) in _rtl8812ae_phy_set_txpower_limit()
|
/Linux-v4.19/drivers/staging/rtlwifi/ |
D | wifi.h | 2296 u8 *pband, u8 *pbandwidth,
|