]> git.baikalelectronics.ru Git - kernel.git/commit
iwlagn: remove knowledge of ucode image location from upper layers
authorDon Fry <donald.h.fry@intel.com>
Thu, 10 Nov 2011 14:55:08 +0000 (06:55 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 11 Nov 2011 17:32:53 +0000 (12:32 -0500)
commit0769e602b47410b4f54029438bcfe588bc5caefb
tree0d6cbc896e9711d3fccee81dcc51ae1061c0ce4d
parent8e1ec1edbb90fe5357653c679145e47cfae146be
iwlagn: remove knowledge of ucode image location from upper layers

The upper layers of the driver do not need to know where the ucode is
stored.  It already passes in an enum of which ucode to load.  Let the
lower layer routines select the ucode to load.

Signed-off-by: Don Fry <donald.h.fry@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlwifi/iwl-agn-ucode.c
drivers/net/wireless/iwlwifi/iwl-agn.c
drivers/net/wireless/iwlwifi/iwl-agn.h
drivers/net/wireless/iwlwifi/iwl-sv-open.c