root/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/sw.h

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

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0 */
   2 /* Copyright(c) 2009-2012  Realtek Corporation.*/
   3 
   4 #ifndef __RTL92CE_SW_H__
   5 #define __RTL92CE_SW_H__
   6 
   7 int rtl92c_init_sw_vars(struct ieee80211_hw *hw);
   8 void rtl92c_deinit_sw_vars(struct ieee80211_hw *hw);
   9 void rtl92c_init_var_map(struct ieee80211_hw *hw);
  10 bool _rtl92ce_phy_config_bb_with_headerfile(struct ieee80211_hw *hw,
  11                                             u8 configtype);
  12 bool _rtl92ce_phy_config_bb_with_pgheaderfile(struct ieee80211_hw *hw,
  13                                               u8 configtype);
  14 
  15 #endif

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