|
@@ -76,21 +76,6 @@ void iwl_txq_update_write_ptr(struct iwl_priv *priv, struct iwl_tx_queue *txq)
|
|
|
}
|
|
|
EXPORT_SYMBOL(iwl_txq_update_write_ptr);
|
|
|
|
|
|
-
|
|
|
-void iwl_free_tfds_in_queue(struct iwl_priv *priv,
|
|
|
- int sta_id, int tid, int freed)
|
|
|
-{
|
|
|
- if (priv->stations[sta_id].tid[tid].tfds_in_queue >= freed)
|
|
|
- priv->stations[sta_id].tid[tid].tfds_in_queue -= freed;
|
|
|
- else {
|
|
|
- IWL_DEBUG_TX(priv, "free more than tfds_in_queue (%u:%d)\n",
|
|
|
- priv->stations[sta_id].tid[tid].tfds_in_queue,
|
|
|
- freed);
|
|
|
- priv->stations[sta_id].tid[tid].tfds_in_queue = 0;
|
|
|
- }
|
|
|
-}
|
|
|
-EXPORT_SYMBOL(iwl_free_tfds_in_queue);
|
|
|
-
|
|
|
/**
|
|
|
* iwl_tx_queue_free - Deallocate DMA queue.
|
|
|
* @txq: Transmit queue to deallocate.
|