summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/Makefile
diff options
context:
space:
mode:
authorWinkler, Tomas2008-12-02 21:13:57 +0100
committerJohn W. Linville2008-12-05 15:35:51 +0100
commit8f5c87dcf6d1a5e6d7ffe642cfd4debb5ccbec49 (patch)
tree020b4aa4d01c3ccc0ca861e0caa00ddcaacbcbb9 /drivers/net/wireless/iwlwifi/Makefile
parentrt2x00: Release rt2x00 2.2.3 (diff)
downloadkernel-qcow2-linux-8f5c87dcf6d1a5e6d7ffe642cfd4debb5ccbec49.tar.gz
kernel-qcow2-linux-8f5c87dcf6d1a5e6d7ffe642cfd4debb5ccbec49.tar.xz
kernel-qcow2-linux-8f5c87dcf6d1a5e6d7ffe642cfd4debb5ccbec49.zip
iwlwifi: move host command check function into separate file
This patch moves iwl_check_rxon_cmd into iwl-agn-hcmd-check.c This function compiled out in none debugging or non development mode and more. We haven't decided which one yet hence preserving the current 'always compile' state. More functions will be added to the file namely for checking TX and LQ commands. Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/Makefile')
-rw-r--r--drivers/net/wireless/iwlwifi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/Makefile b/drivers/net/wireless/iwlwifi/Makefile
index 8b45b30e6d5c..0be9e6b66aa0 100644
--- a/drivers/net/wireless/iwlwifi/Makefile
+++ b/drivers/net/wireless/iwlwifi/Makefile
@@ -8,7 +8,7 @@ iwlcore-$(CONFIG_IWLWIFI_RFKILL) += iwl-rfkill.o
iwlcore-$(CONFIG_IWLAGN_SPECTRUM_MEASUREMENT) += iwl-spectrum.o
obj-$(CONFIG_IWLAGN) += iwlagn.o
-iwlagn-objs := iwl-agn.o iwl-agn-rs.o
+iwlagn-objs := iwl-agn.o iwl-agn-rs.o iwl-agn-hcmd-check.o
iwlagn-$(CONFIG_IWL4965) += iwl-4965.o
iwlagn-$(CONFIG_IWL5000) += iwl-5000.o