aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rtlwifi/wifi.h
diff options
context:
space:
mode:
authorChaoming_Li <chaoming_li@realsil.com.cn>2011-04-25 14:23:10 -0400
committerJohn W. Linville <linville@tuxdriver.com>2011-04-26 16:13:32 -0400
commit0baa0fd76f3f5a134461d6cf30294f6bb1bb824c (patch)
tree69d891a989c6a9ae200e4d57a56c2071504928fe /drivers/net/wireless/rtlwifi/wifi.h
parent46a6272c20d4f639093ad2ad8db1eba622187bee (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/wifi.h')
-rw-r--r--drivers/net/wireless/rtlwifi/wifi.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/wireless/rtlwifi/wifi.h b/drivers/net/wireless/rtlwifi/wifi.h
index 7c52435a1180..4776cd1ee4f8 100644
--- a/drivers/net/wireless/rtlwifi/wifi.h
+++ b/drivers/net/wireless/rtlwifi/wifi.h
@@ -1445,12 +1445,8 @@ struct rtl_intf_ops {
1445 int (*adapter_start) (struct ieee80211_hw *hw); 1445 int (*adapter_start) (struct ieee80211_hw *hw);
1446 void (*adapter_stop) (struct ieee80211_hw *hw); 1446 void (*adapter_stop) (struct ieee80211_hw *hw);
1447 1447
1448#if 0 /* temporary */
1449 int (*adapter_tx) (struct ieee80211_hw *hw, struct sk_buff *skb, 1448 int (*adapter_tx) (struct ieee80211_hw *hw, struct sk_buff *skb,
1450 struct rtl_tcb_desc *ptcb_desc); 1449 struct rtl_tcb_desc *ptcb_desc);
1451#else
1452 int (*adapter_tx) (struct ieee80211_hw *hw, struct sk_buff *skb);
1453#endif
1454 void (*flush)(struct ieee80211_hw *hw, bool drop); 1450 void (*flush)(struct ieee80211_hw *hw, bool drop);
1455 int (*reset_trx_ring) (struct ieee80211_hw *hw); 1451 int (*reset_trx_ring) (struct ieee80211_hw *hw);
1456 bool (*waitq_insert) (struct ieee80211_hw *hw, struct sk_buff *skb); 1452 bool (*waitq_insert) (struct ieee80211_hw *hw, struct sk_buff *skb);