1 /****************************************************************************** 2 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. 3 * 4 * This program is distributed in the hope that it will be useful, but WITHOUT 5 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 6 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 7 * more details. 8 * 9 * The full GNU General Public License is included in this distribution in the 10 * file called LICENSE. 11 * 12 * Contact Information: 13 * wlanfae <wlanfae@realtek.com> 14 *****************************************************************************/ 15 16 #ifndef RTL8225H 17 #define RTL8225H 18 19 #define RTL819X_TOTAL_RF_PATH 2 20 void rtl92e_set_bandwidth(struct net_device *dev, 21 enum ht_channel_width Bandwidth); 22 bool rtl92e_config_rf(struct net_device *dev); 23 void rtl92e_set_cck_tx_power(struct net_device *dev, u8 powerlevel); 24 void rtl92e_set_ofdm_tx_power(struct net_device *dev, u8 powerlevel); 25 26 #endif 27