iwlwifi: yoyo: don't allow changing the domain via debugfs

We don't want to allow changing the domain via debugfs so that we can
apply the domain to all TLV types more easily (doing some at runtime
is difficult due to buffer allocations etc.).  Change the
fw_dbg_domain debugfs file to be read-only and remove the write
function.

Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
This commit is contained in:
Luca Coelho
2019-10-28 11:18:05 +02:00
부모 3e8bac0cf1
커밋 10137f0757
3개의 변경된 파일4개의 추가작업 그리고 29개의 파일을 삭제

파일 보기

@@ -913,7 +913,8 @@ iwl_dbg_tlv_gen_active_trig_list(struct iwl_fw_runtime *fwrt,
}
}
int iwl_dbg_tlv_gen_active_trigs(struct iwl_fw_runtime *fwrt, u32 new_domain)
static int iwl_dbg_tlv_gen_active_trigs(struct iwl_fw_runtime *fwrt,
u32 new_domain)
{
int i;