Message ID | iwlwifi.20200924162105.c12a9b75da6b.I181fc5c80988e7ecea281c60e57a22ae7ec86716@changeid (mailing list archive) |
---|---|
State | Rejected |
Delegated to: | Luca Coelho |
Headers | show |
Series | iwlwifi: updates intended for v5.10 2020-09-24 | expand |
Luca Coelho <luca@coelho.fi> writes: > From: Golan Ben Ami <golan.ben.ami@intel.com> > > In a previous patch, a flag for disabling twt by a dbg-cfg > was added. This will be useful for disabling twt on specific > cores, after branch-out. > However, we'd like twt to be enabled on master. > > So, enable twt on master. What's master in this context? AP mode?
On Thu, 2020-09-24 at 20:33 +0300, Kalle Valo wrote: > Luca Coelho <luca@coelho.fi> writes: > > > From: Golan Ben Ami <golan.ben.ami@intel.com> > > > > In a previous patch, a flag for disabling twt by a dbg-cfg > > was added. This will be useful for disabling twt on specific > > cores, after branch-out. > > However, we'd like twt to be enabled on master. > > > > So, enable twt on master. > > What's master in this context? AP mode? Doh, sorry! This is a totally internal-based commit message language. I'll fix it. "master" is the master branch, as opposed to "cores" which are stable branches. -- Cheers, Luca.
diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/constants.h b/drivers/net/wireless/intel/iwlwifi/mvm/constants.h index b0268f44b2ea..426ca1f86500 100644 --- a/drivers/net/wireless/intel/iwlwifi/mvm/constants.h +++ b/drivers/net/wireless/intel/iwlwifi/mvm/constants.h @@ -152,7 +152,7 @@ #define IWL_MVM_FTM_INITIATOR_ALGO IWL_TOF_ALGO_TYPE_MAX_LIKE #define IWL_MVM_FTM_INITIATOR_DYNACK true #define IWL_MVM_D3_DEBUG false -#define IWL_MVM_USE_TWT false +#define IWL_MVM_USE_TWT true #define IWL_MVM_AMPDU_CONSEC_DROPS_DELBA 10 #define IWL_MVM_USE_NSSN_SYNC 0 #define IWL_MVM_PHY_FILTER_CHAIN_A 0