~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/net/wireless/rtlwifi/rtl8192ce/rf.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
#define RF6052_MAX_REG                  0x3F
35
35
#define RF6052_MAX_PATH                 2
36
36
 
37
 
extern void rtl92c_phy_rf6052_set_bandwidth(struct ieee80211_hw *hw,
38
 
                                            u8 bandwidth);
39
 
extern void rtl92c_phy_rf6052_set_cck_txpower(struct ieee80211_hw *hw,
40
 
                                              u8 *ppowerlevel);
41
 
extern void rtl92c_phy_rf6052_set_ofdm_txpower(struct ieee80211_hw *hw,
42
 
                                               u8 *ppowerlevel, u8 channel);
43
 
extern bool rtl92c_phy_rf6052_config(struct ieee80211_hw *hw);
 
37
extern void rtl92ce_phy_rf6052_set_bandwidth(struct ieee80211_hw *hw,
 
38
                                             u8 bandwidth);
 
39
extern void rtl92ce_phy_rf6052_set_cck_txpower(struct ieee80211_hw *hw,
 
40
                                               u8 *ppowerlevel);
 
41
extern void rtl92ce_phy_rf6052_set_ofdm_txpower(struct ieee80211_hw *hw,
 
42
                                                u8 *ppowerlevel, u8 channel);
 
43
extern bool rtl92ce_phy_rf6052_config(struct ieee80211_hw *hw);
44
44
#endif