Skip to content

Commit

Permalink
rtlwifi: Convert core routines for addition of rtl8192se and rtl8192de
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Chaoming_Li authored and John W. Linville committed Apr 26, 2011
1 parent 46a6272 commit 0baa0fd
Show file tree
Hide file tree
Showing 7 changed files with 268 additions and 160 deletions.
6 changes: 0 additions & 6 deletions drivers/net/wireless/rtlwifi/base.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
Loading

0 comments on commit 0baa0fd

Please sign in to comment.