提交 4850b6d3 编写于 作者: N Nishant Sarmukadam 提交者: John W. Linville

mwl8k: Wake up queues in mwl8k_start

If queues are stopped in mwl8k_stop,
these should be started in mwl8k_start
Signed-off-by: NNishant Sarmukadam <nishants@marvell.com>
Signed-off-by: NYogesh Powar <yogeshp@marvell.com>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 0dd13a48
...@@ -4531,6 +4531,8 @@ static int mwl8k_start(struct ieee80211_hw *hw) ...@@ -4531,6 +4531,8 @@ static int mwl8k_start(struct ieee80211_hw *hw)
priv->irq = -1; priv->irq = -1;
tasklet_disable(&priv->poll_tx_task); tasklet_disable(&priv->poll_tx_task);
tasklet_disable(&priv->poll_rx_task); tasklet_disable(&priv->poll_rx_task);
} else {
ieee80211_wake_queues(hw);
} }
return rc; return rc;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册