mwl8k: Wake up queues in mwl8k_start
authorNishant Sarmukadam <nishants@marvell.com>
Tue, 8 Jan 2013 06:40:53 +0000 (12:10 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 9 Jan 2013 19:37:11 +0000 (14:37 -0500)
If queues are stopped in mwl8k_stop,
these should be started in mwl8k_start

Signed-off-by: Nishant Sarmukadam <nishants@marvell.com>
Signed-off-by: Yogesh Powar <yogeshp@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/mwl8k.c

index fc4d4a442139bf80d4103b847d149cc2a35bba68..a9c0788992526c0303af58c437674e0e7068e5d3 100644 (file)
@@ -4531,6 +4531,8 @@ static int mwl8k_start(struct ieee80211_hw *hw)
                priv->irq = -1;
                tasklet_disable(&priv->poll_tx_task);
                tasklet_disable(&priv->poll_rx_task);
+       } else {
+               ieee80211_wake_queues(hw);
        }
 
        return rc;