From: Ron Rindjunsky Date: Mon, 5 May 2008 02:22:43 +0000 (+0800) Subject: iwlwifi: move NIC init and Tx queues init to iwlcore X-Git-Tag: v2.6.27-rc1~969^2~441^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1053d35f4ed6876ad9d3a14cdae363db0a7e9b0a;p=pandora-kernel.git iwlwifi: move NIC init and Tx queues init to iwlcore This patch does the following: 1 - change hw_nic_init from a handler to a function 2 - move hw_nic_init function to iwlcore 3 - open a new file - iwl-tx.c 4 - move all Tx queues initialization (part of NIC init) to iwl-tx.c 5 - move iwl_rx_init, previously as part of the NIC init, to iwl-rx.c 6 - iwl4965_tfd_frame rename to iwl_tfd_frame Signed-off-by: Ron Rindjunsky Signed-off-by: Tomas Winkler Signed-off-by: John W. Linville --- Reading git-diff-tree failed