linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/sw.h
<<
>>
Prefs
   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
   7int rtl92c_init_sw_vars(struct ieee80211_hw *hw);
   8void rtl92c_deinit_sw_vars(struct ieee80211_hw *hw);
   9void rtl92c_init_var_map(struct ieee80211_hw *hw);
  10bool _rtl92ce_phy_config_bb_with_headerfile(struct ieee80211_hw *hw,
  11                                            u8 configtype);
  12bool _rtl92ce_phy_config_bb_with_pgheaderfile(struct ieee80211_hw *hw,
  13                                              u8 configtype);
  14
  15#endif
  16