diff options
author | Zamir, Roee <roee.zamir@intel.com> | 2017-06-14 13:53:44 +0300 |
---|---|---|
committer | Luca Coelho <luciano.coelho@intel.com> | 2017-08-01 12:41:45 +0300 |
commit | 6667e6589a02df8f27f8eebfabd8891c9d74152c (patch) | |
tree | 07be5d7f25e3942eac06b1b20375b5743ea47dd7 /drivers/net/wireless/intel/iwlwifi/mvm/constants.h | |
parent | f2e66c8df0d0f10c70ed7f5e14a939714e9ee6a9 (diff) | |
download | linux-6667e6589a02df8f27f8eebfabd8891c9d74152c.tar.gz linux-6667e6589a02df8f27f8eebfabd8891c9d74152c.tar.bz2 linux-6667e6589a02df8f27f8eebfabd8891c9d74152c.zip |
iwlwifi: mvm: add compile-time option to disable EBS
For testing purposes, we may want to disable EBS scans at compile time.
Signed-off-by: Roee Zamir <roee.zamir@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/mvm/constants.h')
-rw-r--r-- | drivers/net/wireless/intel/iwlwifi/mvm/constants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/constants.h b/drivers/net/wireless/intel/iwlwifi/mvm/constants.h index 21845034d80d..a922a351c916 100644 --- a/drivers/net/wireless/intel/iwlwifi/mvm/constants.h +++ b/drivers/net/wireless/intel/iwlwifi/mvm/constants.h @@ -140,5 +140,6 @@ #define IWL_MVM_RS_TPC_SR_FORCE_INCREASE 75 /* percent */ #define IWL_MVM_RS_TPC_SR_NO_INCREASE 85 /* percent */ #define IWL_MVM_RS_TPC_TX_POWER_STEP 3 +#define IWL_MVM_ENABLE_EBS 1 #endif /* __MVM_CONSTANTS_H */ |