Luca Coelho <luca@xxxxxxxxx> writes: > From: Alex Malamud <alex.malamud@xxxxxxxxx> > > The common calib value should be signed, so use int instead of u16. > > Signed-off-by: Avraham Stern <avraham.stern@xxxxxxxxx> > Signed-off-by: Luca Coelho <luciano.coelho@xxxxxxxxx> [...] > @@ -1993,6 +2027,9 @@ void iwl_mvm_dbgfs_register(struct iwl_mvm *mvm, struct dentry *dbgfs_dir) > #endif > MVM_DEBUGFS_ADD_FILE(he_sniffer_params, mvm->debugfs_dir, 0600); > > + if (fw_has_capa(&mvm->fw->ucode_capa, IWL_UCODE_TLV_CAPA_SET_LTR_GEN2)) > + MVM_DEBUGFS_ADD_FILE(ltr_config, mvm->debugfs_dir, 0200); The commit log does not seem to match the code? -- https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches