commit | a42506eb27aa4b8cbe3253b4d436c2f0a57e56e8 | [log] [tgz] |
---|---|---|
author | Meenakshi Venkataraman <meenakshi.venkataraman@intel.com> | Thu Mar 15 13:26:57 2012 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Apr 09 16:37:31 2012 -0400 |
tree | 9aa380359e20b4704bedf1266ac9aeb7ec217abe | |
parent | 2fdfc476cf3bcf561448e290e00094de4ef4af5d [diff] |
iwlwifi: move ucode_type from shared to op_mode This variable holds the ucode currently running on the device; which is determined by op_mode, so move this parameter there. Also, the name of the variable is a bit misleading, so rename it to cur_ucode. 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>