]> git.ipfire.org Git - thirdparty/linux.git/blob - drivers/staging/rtl8188eu/include/rf.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/linux.git] / drivers / staging / rtl8188eu / include / rf.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #define RF6052_MAX_TX_PWR 0x3F
3 #define RF6052_MAX_REG 0x3F
4
5 void rtl88eu_phy_rf6052_set_bandwidth(struct adapter *adapt,
6 enum ht_channel_width bandwidth);
7 void rtl88eu_phy_rf6052_set_cck_txpower(struct adapter *adapt,
8 u8 *powerlevel);
9 void rtl88eu_phy_rf6052_set_ofdm_txpower(struct adapter *adapt,
10 u8 *powerlevel_ofdm,
11 u8 *powerlevel_bw20,
12 u8 *powerlevel_bw40, u8 channel);