root/drivers/staging/rtl8192e/rtl8192e/r8190P_rtl8256.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0 */
   2 /*
   3  * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved.
   4  *
   5  * Contact Information: wlanfae <wlanfae@realtek.com>
   6  */
   7 #ifndef RTL8225H
   8 #define RTL8225H
   9 
  10 #define RTL819X_TOTAL_RF_PATH 2
  11 void rtl92e_set_bandwidth(struct net_device *dev,
  12                           enum ht_channel_width Bandwidth);
  13 bool rtl92e_config_rf(struct net_device *dev);
  14 void rtl92e_set_cck_tx_power(struct net_device *dev, u8 powerlevel);
  15 void rtl92e_set_ofdm_tx_power(struct net_device *dev, u8 powerlevel);
  16 
  17 #endif

/* [<][>][^][v][top][bottom][index][help] */