diff options
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2013-03-04 01:53:07 -0500 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2013-03-06 10:48:01 -0500 |
commit | 490953ac344725f56746d16ef8480842f4087fc4 (patch) | |
tree | 0ca250aa7a92f199a84957dccfbf9f06feeaab84 /drivers/net/wireless/iwlwifi/iwl-modparams.h | |
parent | 6bfcb7e88cbb45782664caeb9bfe1a1c1b83a10e (diff) |
iwlwifi: move firmware restart debugfs hook to op_mode
This allows to test fw restart flow. The hook in transport
layer doesn't really make the fw assert. Moving this hook
to the op_mode allows to use the fw API to actually send a
host command that will make the fw assert.
Change the restart_fw module parameter to be a boolean on
the way.
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-modparams.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-modparams.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-modparams.h b/drivers/net/wireless/iwlwifi/iwl-modparams.h index a2cefe2c3e1d..3cc39ffe8ba5 100644 --- a/drivers/net/wireless/iwlwifi/iwl-modparams.h +++ b/drivers/net/wireless/iwlwifi/iwl-modparams.h | |||
@@ -109,7 +109,7 @@ struct iwl_mod_params { | |||
109 | int sw_crypto; | 109 | int sw_crypto; |
110 | unsigned int disable_11n; | 110 | unsigned int disable_11n; |
111 | int amsdu_size_8K; | 111 | int amsdu_size_8K; |
112 | int restart_fw; | 112 | bool restart_fw; |
113 | bool plcp_check; | 113 | bool plcp_check; |
114 | int wd_disable; | 114 | int wd_disable; |
115 | bool bt_coex_active; | 115 | bool bt_coex_active; |