Skip to content

Commit 6bbd552

Browse files
committed
iwlwifi: mvm: fix typo in CONFIG option
I forgot to rename the CPTCFG_ prefix... Fixes: 484b3d1 ("iwlwifi: mvm: add debugfs entry with the number of net-detect scans") Signed-off-by: Emmanuel Grumbach <[email protected]>
1 parent 8d193ca commit 6bbd552

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/wireless/iwlwifi/mvm

1 file changed

+1
-1
lines changed

drivers/net/wireless/iwlwifi/mvm/d3.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1726,7 +1726,7 @@ iwl_mvm_netdetect_query_results(struct iwl_mvm *mvm,
17261726
results->matched_profiles = le32_to_cpu(query->matched_profiles);
17271727
memcpy(results->matches, query->matches, sizeof(results->matches));
17281728

1729-
#ifdef CPTCFG_IWLWIFI_DEBUGFS
1729+
#ifdef CONFIG_IWLWIFI_DEBUGFS
17301730
mvm->last_netdetect_scans = le32_to_cpu(query->n_scans_done);
17311731
#endif
17321732

0 commit comments

Comments
 (0)