From: Samuel Ortiz Date: Fri, 23 Jan 2009 21:45:14 +0000 (-0800) Subject: iwl3945: Use iwlcore TX queue management routines X-Git-Tag: v2.6.30-rc1~662^2~836^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8e74e2774cd1aecfef0460de07e6e178df89232;p=pandora-kernel.git iwl3945: Use iwlcore TX queue management routines By adding an additional hw_params (tfd_size) and a new iwl_lib ops (txq_init), we can now use the iwlcore TX queue management routines. We had to add a new hw_params because we need to allocate the right DMA buffer for TFDs, and those have a different sizes depending if you're on 3945 or agn. Signed-off-by: Samuel Ortiz Signed-off-by: Reinette Chatre Signed-off-by: John W. Linville --- Reading git-diff-tree failed