root/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/rf.h

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

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0 */
   2 /* Copyright(c) 2009-2014  Realtek Corporation.*/
   3 
   4 #ifndef __RTL92E_RF_H__
   5 #define __RTL92E_RF_H__
   6 
   7 #define RF6052_MAX_TX_PWR               0x3F
   8 
   9 void rtl92ee_phy_rf6052_set_bandwidth(struct ieee80211_hw *hw,
  10                                       u8 bandwidth);
  11 bool rtl92ee_phy_rf6052_config(struct ieee80211_hw *hw);
  12 
  13 #endif

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