|
@@ -540,10 +540,6 @@ int iwl_enqueue_hcmd(struct iwl_priv *priv, struct iwl_host_cmd *cmd)
|
|
#endif
|
|
#endif
|
|
txq->need_update = 1;
|
|
txq->need_update = 1;
|
|
|
|
|
|
- if (priv->cfg->ops->lib->txq_update_byte_cnt_tbl)
|
|
|
|
- /* Set up entry in queue's byte count circular buffer */
|
|
|
|
- priv->cfg->ops->lib->txq_update_byte_cnt_tbl(priv, txq, 0);
|
|
|
|
-
|
|
|
|
phys_addr = pci_map_single(priv->pci_dev, &out_cmd->hdr,
|
|
phys_addr = pci_map_single(priv->pci_dev, &out_cmd->hdr,
|
|
fix_size, PCI_DMA_BIDIRECTIONAL);
|
|
fix_size, PCI_DMA_BIDIRECTIONAL);
|
|
dma_unmap_addr_set(out_meta, mapping, phys_addr);
|
|
dma_unmap_addr_set(out_meta, mapping, phys_addr);
|