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>
This commit is contained in:

committed by
John W. Linville

parent
46a6272c20
commit
0baa0fd76f
@@ -1182,14 +1182,8 @@ int rtl_send_smps_action(struct ieee80211_hw *hw,
|
||||
info->control.rates[0].idx = 0;
|
||||
info->control.sta = sta;
|
||||
info->band = hw->conf.channel->band;
|
||||
#if 0
|
||||
rtlpriv->intf_ops->adapter_tx(hw, skb, &tcb_desc);
|
||||
#else
|
||||
rtlpriv->intf_ops->adapter_tx(hw, skb);
|
||||
#endif
|
||||
}
|
||||
return 1;
|
||||
|
||||
err_free:
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user