aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/Makefile
diff options
context:
space:
mode:
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>2012-02-07 14:18:40 +0200
committerWey-Yi Guy <wey-yi.w.guy@intel.com>2012-02-27 13:25:15 -0800
commit5c58edc63edd6cd8097e2bee90e2d341e33bcd60 (patch)
treee6e1e1a03a837e8c5a9944adc3aa07275df68084 /drivers/net/wireless/iwlwifi/Makefile
parentiwlwifi: move uCode flags handling to op_mode (diff)
downloadlinux-dev-5c58edc63edd6cd8097e2bee90e2d341e33bcd60.tar.xz
linux-dev-5c58edc63edd6cd8097e2bee90e2d341e33bcd60.zip
iwlwifi: introducing the drv object's flows
Fetch the fw and spawn the op_mode. The op_mode that we need to fetch is determined from the fw file. Since the fw is fetched very early in the init flow, we can determine what op_mode to spawn. Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com> Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/Makefile')
-rw-r--r--drivers/net/wireless/iwlwifi/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/Makefile b/drivers/net/wireless/iwlwifi/Makefile
index 46622a0f017b..afa0bb8f3245 100644
--- a/drivers/net/wireless/iwlwifi/Makefile
+++ b/drivers/net/wireless/iwlwifi/Makefile
@@ -13,6 +13,7 @@ iwlwifi-objs += iwl-6000.o
iwlwifi-objs += iwl-1000.o
iwlwifi-objs += iwl-2000.o
iwlwifi-objs += iwl-pci.o
+iwlwifi-objs += iwl-drv.o
iwlwifi-objs += iwl-trans.o
iwlwifi-objs += iwl-trans-pcie.o iwl-trans-pcie-rx.o iwl-trans-pcie-tx.o