diff options
Diffstat (limited to 'drivers/net/wireless/rtlwifi/rtl8192cu/sw.h')
| -rw-r--r-- | drivers/net/wireless/rtlwifi/rtl8192cu/sw.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/drivers/net/wireless/rtlwifi/rtl8192cu/sw.h b/drivers/net/wireless/rtlwifi/rtl8192cu/sw.h index 3b2c66339554..43b1177924ab 100644 --- a/drivers/net/wireless/rtlwifi/rtl8192cu/sw.h +++ b/drivers/net/wireless/rtlwifi/rtl8192cu/sw.h | |||
| @@ -32,4 +32,22 @@ | |||
| 32 | 32 | ||
| 33 | #define EFUSE_MAX_SECTION 16 | 33 | #define EFUSE_MAX_SECTION 16 |
| 34 | 34 | ||
| 35 | void rtl92cu_phy_rf6052_set_cck_txpower(struct ieee80211_hw *hw, | ||
| 36 | u8 *powerlevel); | ||
| 37 | void rtl92cu_phy_rf6052_set_ofdm_txpower(struct ieee80211_hw *hw, | ||
| 38 | u8 *ppowerlevel, u8 channel); | ||
| 39 | bool _rtl92cu_phy_config_bb_with_headerfile(struct ieee80211_hw *hw, | ||
| 40 | u8 configtype); | ||
| 41 | bool _rtl92cu_phy_config_bb_with_pgheaderfile(struct ieee80211_hw *hw, | ||
| 42 | u8 configtype); | ||
| 43 | void _rtl92cu_phy_lc_calibrate(struct ieee80211_hw *hw, bool is2t); | ||
| 44 | void rtl92cu_phy_set_rf_reg(struct ieee80211_hw *hw, | ||
| 45 | enum radio_path rfpath, | ||
| 46 | u32 regaddr, u32 bitmask, u32 data); | ||
| 47 | bool rtl92cu_phy_set_rf_power_state(struct ieee80211_hw *hw, | ||
| 48 | enum rf_pwrstate rfpwr_state); | ||
| 49 | u32 rtl92cu_phy_query_rf_reg(struct ieee80211_hw *hw, | ||
| 50 | enum radio_path rfpath, u32 regaddr, u32 bitmask); | ||
| 51 | void rtl92cu_phy_set_bw_mode_callback(struct ieee80211_hw *hw); | ||
| 52 | |||
| 35 | #endif | 53 | #endif |
