summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/trx.h
diff options
context:
space:
mode:
authorSouptick Joarder <jrdr.linux@gmail.com>2017-06-28 18:02:33 +0530
committerKalle Valo <kvalo@codeaurora.org>2017-07-28 18:41:55 +0300
commit4de95fc5fa1192b6c4d89545b6a788cc6de97429 (patch)
treee563778fd5402d205d84c0f4b45eb9c7ba0d6d67 /drivers/net/wireless/realtek/rtlwifi/rtl8192cu/trx.h
parentf81372ed8b1ea04d3cee5e8f7d3e0323a1e7b92e (diff)
downloadop-kernel-dev-4de95fc5fa1192b6c4d89545b6a788cc6de97429.zip
op-kernel-dev-4de95fc5fa1192b6c4d89545b6a788cc6de97429.tar.gz
rtlwifi: Remove unused dummy function
Removing unused dummy function Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/realtek/rtlwifi/rtl8192cu/trx.h')
-rw-r--r--drivers/net/wireless/realtek/rtlwifi/rtl8192cu/trx.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/trx.h b/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/trx.h
index 487eec8..15a66c5 100644
--- a/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/trx.h
+++ b/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/trx.h
@@ -385,8 +385,6 @@ bool rtl92cu_rx_query_desc(struct ieee80211_hw *hw,
struct ieee80211_rx_status *rx_status,
u8 *p_desc, struct sk_buff *skb);
void rtl8192cu_rx_hdl(struct ieee80211_hw *hw, struct sk_buff * skb);
-void rtl8192c_rx_segregate_hdl(struct ieee80211_hw *, struct sk_buff *,
- struct sk_buff_head *);
void rtl8192c_tx_cleanup(struct ieee80211_hw *hw, struct sk_buff *skb);
int rtl8192c_tx_post_hdl(struct ieee80211_hw *hw, struct urb *urb,
struct sk_buff *skb);
@@ -404,6 +402,5 @@ void rtl92cu_fill_fake_txdesc(struct ieee80211_hw *hw, u8 * pDesc,
void rtl92cu_tx_fill_cmddesc(struct ieee80211_hw *hw,
u8 *pdesc, bool b_firstseg,
bool b_lastseg, struct sk_buff *skb);
-bool rtl92cu_cmd_send_packet(struct ieee80211_hw *hw, struct sk_buff *skb);
#endif
OpenPOWER on IntegriCloud