diff options
author | Winkler, Tomas <tomas.winkler@intel.com> | 2008-12-02 12:13:57 -0800 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-12-05 09:35:51 -0500 |
commit | 8f5c87dcf6d1a5e6d7ffe642cfd4debb5ccbec49 (patch) | |
tree | 020b4aa4d01c3ccc0ca861e0caa00ddcaacbcbb9 /drivers/net/wireless/iwlwifi/iwl-commands.h | |
parent | 304a698a5819bf318fe7e6ea9fe7ff2560365ec2 (diff) | |
download | talos-obmc-linux-8f5c87dcf6d1a5e6d7ffe642cfd4debb5ccbec49.tar.gz talos-obmc-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/iwl-commands.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-commands.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-commands.h b/drivers/net/wireless/iwlwifi/iwl-commands.h index 0591aec89dd0..9c786db6f90b 100644 --- a/drivers/net/wireless/iwlwifi/iwl-commands.h +++ b/drivers/net/wireless/iwlwifi/iwl-commands.h @@ -3064,4 +3064,6 @@ struct iwl_rx_packet { #define IWL_RX_FRAME_SIZE (4 + sizeof(struct iwl4965_rx_frame)) +int iwl_agn_check_rxon_cmd(struct iwl_rxon_cmd *rxon); + #endif /* __iwl_commands_h__ */ |