diff options
author | Chaoming_Li <chaoming_li@realsil.com.cn> | 2011-04-25 13:52:54 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-04-26 16:13:31 -0400 |
commit | acd48572c396364bb480175d7de83944eefa2563 (patch) | |
tree | c58de4c21341f7c2002b9cab79390401a938940a /drivers/net/wireless/rtlwifi/wifi.h | |
parent | 3dad618b7b929010f05b179bbc4d56e3d5956083 (diff) |
rtlwifi: Change base routines for addition of rtl8192se and rtl8192de
Change base routines for addition of RTL8192SE and RTL8192DE code.
Additional files are modified to allow compilation.
Signed-off-by: Chaoming_Li <chaoming_li@realsil.com.cn>
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/rtlwifi/wifi.h')
-rw-r--r-- | drivers/net/wireless/rtlwifi/wifi.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/net/wireless/rtlwifi/wifi.h b/drivers/net/wireless/rtlwifi/wifi.h index 9124b30c605d..7c52435a1180 100644 --- a/drivers/net/wireless/rtlwifi/wifi.h +++ b/drivers/net/wireless/rtlwifi/wifi.h | |||
@@ -1370,10 +1370,11 @@ struct rtl_hal_ops { | |||
1370 | u32 add_msr, u32 rm_msr); | 1370 | u32 add_msr, u32 rm_msr); |
1371 | void (*get_hw_reg) (struct ieee80211_hw *hw, u8 variable, u8 *val); | 1371 | void (*get_hw_reg) (struct ieee80211_hw *hw, u8 variable, u8 *val); |
1372 | void (*set_hw_reg) (struct ieee80211_hw *hw, u8 variable, u8 *val); | 1372 | void (*set_hw_reg) (struct ieee80211_hw *hw, u8 variable, u8 *val); |
1373 | #if 0 /* temporary */ | 1373 | #if 1 /* temporary */ |
1374 | void (*update_rate_tbl) (struct ieee80211_hw *hw, | 1374 | void (*update_rate_tbl) (struct ieee80211_hw *hw, |
1375 | struct ieee80211_sta *sta, u8 rssi_level); | 1375 | struct ieee80211_sta *sta, u8 rssi_level); |
1376 | #else | 1376 | #endif |
1377 | #if 1 /* temporary */ | ||
1377 | void (*update_rate_table) (struct ieee80211_hw *hw); | 1378 | void (*update_rate_table) (struct ieee80211_hw *hw); |
1378 | #endif | 1379 | #endif |
1379 | void (*update_rate_mask) (struct ieee80211_hw *hw, u8 rssi_level); | 1380 | void (*update_rate_mask) (struct ieee80211_hw *hw, u8 rssi_level); |