brintos

brintos / linux-shallow public Read only

0
0
Text · 431 B · c243ec0 Raw
14 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/* Copyright(c) 2009-2012  Realtek Corporation.*/3 4#ifndef __RTL92D_RF_COMMON_H__5#define __RTL92D_RF_COMMON_H__6 7void rtl92d_phy_rf6052_set_bandwidth(struct ieee80211_hw *hw, u8 bandwidth);8void rtl92d_phy_rf6052_set_cck_txpower(struct ieee80211_hw *hw,9				       u8 *ppowerlevel);10void rtl92d_phy_rf6052_set_ofdm_txpower(struct ieee80211_hw *hw,11					u8 *ppowerlevel, u8 channel);12 13#endif14