iwlwifi: move host command check function into separate file
authorWinkler, Tomas <tomas.winkler@intel.com>
Tue, 2 Dec 2008 20:13:57 +0000 (12:13 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 5 Dec 2008 14:35:51 +0000 (09:35 -0500)
commit8f5c87dcf6d1a5e6d7ffe642cfd4debb5ccbec49
tree020b4aa4d01c3ccc0ca861e0caa00ddcaacbcbb9
parent304a698a5819bf318fe7e6ea9fe7ff2560365ec2
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>
drivers/net/wireless/iwlwifi/Makefile
drivers/net/wireless/iwlwifi/iwl-agn-hcmd-check.c [new file with mode: 0644]
drivers/net/wireless/iwlwifi/iwl-agn.c
drivers/net/wireless/iwlwifi/iwl-commands.h
drivers/net/wireless/iwlwifi/iwl-dev.h