diff options
author | Chaoming_Li <chaoming_li@realsil.com.cn> | 2011-04-25 14:23:10 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-04-26 16:13:32 -0400 |
commit | 0baa0fd76f3f5a134461d6cf30294f6bb1bb824c (patch) | |
tree | 69d891a989c6a9ae200e4d57a56c2071504928fe /drivers/net/wireless/rtlwifi/base.c | |
parent | 46a6272c20d4f639093ad2ad8db1eba622187bee (diff) |
rtlwifi: Convert core routines for addition of rtl8192se and rtl8192de
Convert core routines for addition of RTL8192SE and RTL8192DE code.
Additional files are changed 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/base.c')
-rw-r--r-- | drivers/net/wireless/rtlwifi/base.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/net/wireless/rtlwifi/base.c b/drivers/net/wireless/rtlwifi/base.c index 7b3eadfdaf8c..2df99463a681 100644 --- a/drivers/net/wireless/rtlwifi/base.c +++ b/drivers/net/wireless/rtlwifi/base.c | |||
@@ -1182,14 +1182,8 @@ int rtl_send_smps_action(struct ieee80211_hw *hw, | |||
1182 | info->control.rates[0].idx = 0; | 1182 | info->control.rates[0].idx = 0; |
1183 | info->control.sta = sta; | 1183 | info->control.sta = sta; |
1184 | info->band = hw->conf.channel->band; | 1184 | info->band = hw->conf.channel->band; |
1185 | #if 0 | ||
1186 | rtlpriv->intf_ops->adapter_tx(hw, skb, &tcb_desc); | 1185 | rtlpriv->intf_ops->adapter_tx(hw, skb, &tcb_desc); |
1187 | #else | ||
1188 | rtlpriv->intf_ops->adapter_tx(hw, skb); | ||
1189 | #endif | ||
1190 | } | 1186 | } |
1191 | return 1; | ||
1192 | |||
1193 | err_free: | 1187 | err_free: |
1194 | return 0; | 1188 | return 0; |
1195 | } | 1189 | } |