commit | c6f600fcfe8a7e4f594fc4c80b2c7b66f248958b | [log] [tgz] |
---|---|---|
author | Meenakshi Venkataraman <meenakshi.venkataraman@intel.com> | Thu Mar 08 11:29:12 2012 -0800 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Mar 09 11:32:58 2012 -0500 |
tree | d96a59fa8cfd31fe94ff22fe2708c5bdeeadbc26 | |
parent | 8763848e03a9098e5b6f81428a98738dc960a436 [diff] |
iwlwifi: move command queue number out of the iwl_shared struct The command queue number is required by the transport layer, but it can be determined only by the op mode. Move this parameter to the dvm op mode, and configure the transport layer using an API. Signed-off-by: Meenakshi Venkataraman <meenakshi.venkataraman@intel.com> Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>