]> Git Repo - linux.git/blobdiff - drivers/net/wireless/iwlwifi/iwl-agn.c
iwlagn: add an API to free the TX context
[linux.git] / drivers / net / wireless / iwlwifi / iwl-agn.c
index 7e6c463abbdff3bdbf658a894045def6c2166a61..4d5b7cc33946320e08a51a48893616c8facc277f 100644 (file)
@@ -3710,7 +3710,7 @@ void __devexit iwl_remove(struct iwl_priv * priv)
        iwl_dealloc_ucode(priv);
 
        priv->trans.ops->rx_free(priv);
-       iwlagn_hw_txq_ctx_free(priv);
+       priv->trans.ops->tx_free(priv);
 
        iwl_eeprom_free(priv);
 
This page took 0.033466 seconds and 4 git commands to generate.