summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/txrx.c
diff options
context:
space:
mode:
authorAvinash Patil <patila@marvell.com>2014-11-05 17:04:28 +0530
committerJohn W. Linville <linville@tuxdriver.com>2014-11-11 16:31:12 -0500
commit041bfab5bbb6ec721c743f487e3e22b87f666996 (patch)
tree1b485b2f37b255c05e7111aa8d3db7cef6a23e4f /drivers/net/wireless/mwifiex/txrx.c
parentec4a16b4d287d4d0f7465ae7e61ce4e9021d715c (diff)
downloadblackbird-obmc-linux-041bfab5bbb6ec721c743f487e3e22b87f666996.tar.gz
blackbird-obmc-linux-041bfab5bbb6ec721c743f487e3e22b87f666996.zip
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.c4
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,
else
ret = mwifiex_process_sta_rx_packet(priv, skb);
- /* Decrement RX pending counter for each packet */
- if (adapter->if_ops.data_complete)
- adapter->if_ops.data_complete(adapter);
-
return ret;
}
EXPORT_SYMBOL_GPL(mwifiex_handle_rx_packet);
OpenPOWER on IntegriCloud