diff options
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2015-02-15 16:16:16 +0100 |
---|---|---|
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2015-03-02 07:20:31 +0100 |
commit | 945d4202d95ed75c4af2968a02e58625d0558896 (patch) | |
tree | 29cb6745081ebf334ea82323640c530d26dbfd2e /drivers/net/wireless/iwlwifi/iwl-prph.h | |
parent | iwlwifi: mvm: add trigger for firmware dump upon command response (diff) | |
download | linux-945d4202d95ed75c4af2968a02e58625d0558896.tar.xz linux-945d4202d95ed75c4af2968a02e58625d0558896.zip |
iwlwifi: mvm: restart firmware recording when no configuration is set
Sometimes the firmware will have a hard coded configuration.
In this case, the driver won't find any configuration
in the firmware file, and it will have to re-start
recording in case it has been stopped. This can't be done
by the configuration host command since there is no such
host command configured. Do that with the registers instead.
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-prph.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-prph.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-prph.h b/drivers/net/wireless/iwlwifi/iwl-prph.h index 6221e4dfc64f..6095088b88d9 100644 --- a/drivers/net/wireless/iwlwifi/iwl-prph.h +++ b/drivers/net/wireless/iwlwifi/iwl-prph.h @@ -370,7 +370,6 @@ enum secure_load_status_reg { #define MON_BUFF_CYCLE_CNT (0xa03c48) #define DBGC_IN_SAMPLE (0xa03c00) -#define DBGC_OUT_CTRL (0xa03c0c) /* FW chicken bits */ #define LMPM_CHICK 0xA01FF8 |