|
@@ -771,6 +771,8 @@ void iwl_tx_cmd_complete(struct iwl_priv *priv, struct iwl_rx_mem_buffer *rxb)
|
|
cmd = txq->cmd[cmd_index];
|
|
cmd = txq->cmd[cmd_index];
|
|
meta = &txq->meta[cmd_index];
|
|
meta = &txq->meta[cmd_index];
|
|
|
|
|
|
|
|
+ txq->time_stamp = jiffies;
|
|
|
|
+
|
|
iwlagn_unmap_tfd(priv, meta, &txq->tfds[index], DMA_BIDIRECTIONAL);
|
|
iwlagn_unmap_tfd(priv, meta, &txq->tfds[index], DMA_BIDIRECTIONAL);
|
|
|
|
|
|
/* Input error checking is done when commands are added to queue. */
|
|
/* Input error checking is done when commands are added to queue. */
|