iwlegacy: s/il_txq_mem/il_free_txq_mem/g

Previous name was confusing.

Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Stanislaw Gruszka
2012-02-13 11:23:30 +01:00
committed by John W. Linville
parent bc269a8e27
commit 6668e4eb50
4 changed files with 5 additions and 5 deletions

View File

@@ -1002,7 +1002,7 @@ il3945_hw_txq_ctx_free(struct il_priv *il)
il_tx_queue_free(il, txq_id);
/* free tx queue structure */
il_txq_mem(il);
il_free_txq_mem(il);
}
void