From: Meenakshi Venkataraman Date: Sat, 10 Mar 2012 21:00:09 +0000 (-0800) Subject: iwlwifi: move wait_command_queue from shared to trans X-Git-Tag: v3.4-rc1~177^2~48^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69a10b29eb87cf186cac20921b4884e349b59c97;p=pandora-kernel.git iwlwifi: move wait_command_queue from shared to trans This wait queue really belongs to the transport layer, as it is used for sending synchronous commands to the HW. However, only op_mode knows about errors and exceptional conditions, so make this queue accessible by the op_mode. Signed-off-by: Meenakshi Venkataraman Signed-off-by: Wey-Yi Guy Signed-off-by: John W. Linville --- Reading git-diff-tree failed