|
@@ -581,6 +581,8 @@ static int iwl4965_alive_notify(struct iwl_priv *priv)
|
|
|
|
|
|
iwl4965_set_wr_ptrs(priv, IWL_CMD_QUEUE_NUM, 0);
|
|
|
|
|
|
+ /* reset to 0 to enable all the queue first */
|
|
|
+ priv->txq_ctx_active_msk = 0;
|
|
|
/* Map each Tx/cmd queue to its corresponding fifo */
|
|
|
for (i = 0; i < ARRAY_SIZE(default_queue_to_tx_fifo); i++) {
|
|
|
int ac = default_queue_to_tx_fifo[i];
|