diff options
author | Avinash Patil <patila@marvell.com> | 2014-11-05 06:34:28 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-11-11 16:31:12 -0500 |
commit | 041bfab5bbb6ec721c743f487e3e22b87f666996 (patch) | |
tree | 1b485b2f37b255c05e7111aa8d3db7cef6a23e4f /drivers/net/wireless/mwifiex/txrx.c | |
parent | ec4a16b4d287d4d0f7465ae7e61ce4e9021d715c (diff) |
mwifiex: remove data_complete handler
This patch removes redundant data complete handler.
Signed-off-by: Avinash Patil <patila@marvell.com>
Signed-off-by: Cathy Luo <cluo@marvell.com>
Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/mwifiex/txrx.c')
-rw-r--r-- | drivers/net/wireless/mwifiex/txrx.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/wireless/mwifiex/txrx.c b/drivers/net/wireless/mwifiex/txrx.c index 96a2126cc44b..a5983fc4e83a 100644 --- a/drivers/net/wireless/mwifiex/txrx.c +++ b/drivers/net/wireless/mwifiex/txrx.c | |||
@@ -64,10 +64,6 @@ int mwifiex_handle_rx_packet(struct mwifiex_adapter *adapter, | |||
64 | else | 64 | else |
65 | ret = mwifiex_process_sta_rx_packet(priv, skb); | 65 | ret = mwifiex_process_sta_rx_packet(priv, skb); |
66 | 66 | ||
67 | /* Decrement RX pending counter for each packet */ | ||
68 | if (adapter->if_ops.data_complete) | ||
69 | adapter->if_ops.data_complete(adapter); | ||
70 | |||
71 | return ret; | 67 | return ret; |
72 | } | 68 | } |
73 | EXPORT_SYMBOL_GPL(mwifiex_handle_rx_packet); | 69 | EXPORT_SYMBOL_GPL(mwifiex_handle_rx_packet); |