Luca Coelho <[email protected]> writes: > From: Alex Malamud <[email protected]> > > The common calib value should be signed, so use int instead of u16. > > Signed-off-by: Avraham Stern <[email protected]> > Signed-off-by: Luca Coelho <[email protected]>
[...] > @@ -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
