From: Samuel Ortiz Date: Fri, 23 Jan 2009 21:45:13 +0000 (-0800) Subject: iwlwifi: make iwl_tx_queue->tfds void* X-Git-Tag: v2.6.30-rc1~662^2~836^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59606ffa9146538b73bbe1ca1285321cd7474bc0;p=pandora-kernel.git 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 Signed-off-by: Reinette Chatre Signed-off-by: John W. Linville --- Reading git-diff-tree failed