commit | 732587ab438d7528e38df7ceb2c46db9774dcf08 | [log] [tgz] |
---|---|---|
author | Abhijeet Kolekar <abhijeet.kolekar@intel.com> | Wed Mar 11 11:17:57 2009 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Mar 16 18:09:46 2009 -0400 |
tree | cf8c30141af23e159bf59448ef10873bb4625857 | |
parent | dd5b687edacab6cfacf7b9983e86a60c0612e994 [diff] |
iwl3945: use iwl_tx_cmd_complete iwl3945 uses iwl_tx_cmd_complete to reclaim the unused buffers of the queue. iwl_tx_cmd_complete in turn call the iwl_hcmd_queue_reclaim which will unmap the dma mapping to tx_cmd and frees the memory. Signed-off-by: Abhijeet Kolekar <abhijeet.kolekar@intel.com> Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>