commit | 59606ffa9146538b73bbe1ca1285321cd7474bc0 | [log] [tgz] |
---|---|---|
author | Samuel Ortiz <samuel.ortiz@intel.com> | Fri Jan 23 13:45:13 2009 -0800 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Jan 29 16:01:33 2009 -0500 |
tree | f54644b3c64b6f9734891547a6f670cbb3fb3ec5 | |
parent | 77fecfb88f8ad64420e06a96f1bd3b38498bfb4f [diff] |
iwlwifi: make iwl_tx_queue->tfds void* Instead of having both tfds and tfds39, we can just have a void *tfds. It makes the tx_queue structure nicer, and the code cleaner. It also helps with further TX queues management code merging. Signed-off-by: Samuel Ortiz <samuel.ortiz@intel.com> Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>