Searched refs:pband (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 814 if (_rtl8822be_eq_n_byte(pband, (u8 *)("2.4G"), 4)) { in rtl8822be_phy_set_txpower_limit() 839 } else if (_rtl8822be_eq_n_byte(pband, (u8 *)("5G"), 2)) { in rtl8822be_phy_set_txpower_limit() 867 "Cannot recognize the band info in %s\n", pband); 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 1724 if (_rtl8812ae_eq_n_byte(pband, (u8 *)("2.4G"), 4)) { in _rtl8812ae_phy_set_txpower_limit() 1748 } else if (_rtl8812ae_eq_n_byte(pband, (u8 *)("5G"), 2)) { in _rtl8812ae_phy_set_txpower_limit() 1773 "Cannot recognize the band info in %s\n", pband); in _rtl8812ae_phy_set_txpower_limit()
|
/Linux-v4.19/drivers/staging/rtlwifi/ |
D | wifi.h | 2296 u8 *pband, u8 *pbandwidth,
|