brintos

brintos / linux-shallow public Read only

0
0
Text · 532 B · 6fa7022 Raw
17 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/* Copyright(c) 2009-2012  Realtek Corporation.*/3 4#ifndef __RTL92C_RF_H__5#define __RTL92C_RF_H__6 7#define RF6052_MAX_TX_PWR		0x3F8#define RF6052_MAX_PATH			29 10void rtl92ce_phy_rf6052_set_bandwidth(struct ieee80211_hw *hw, u8 bandwidth);11void rtl92ce_phy_rf6052_set_cck_txpower(struct ieee80211_hw *hw,12					u8 *ppowerlevel);13void rtl92ce_phy_rf6052_set_ofdm_txpower(struct ieee80211_hw *hw,14					 u8 *ppowerlevel, u8 channel);15bool rtl92ce_phy_rf6052_config(struct ieee80211_hw *hw);16#endif17