iwlwifi: mvm: fix typo in CONFIG option
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Tue, 28 Apr 2015 12:00:23 +0000 (15:00 +0300)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Tue, 28 Apr 2015 12:00:49 +0000 (15:00 +0300)
I forgot to rename the CPTCFG_ prefix...

Fixes: 484b3d13b4ac ("iwlwifi: mvm: add debugfs entry with the number of net-detect scans")
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
drivers/net/wireless/iwlwifi/mvm/d3.c

index a6c48c7b1e1683fdbdcb99fd0e4f971cf6ad66d2..1b1b2bf26819be1d09903f3c52957d274ee50ed7 100644 (file)
@@ -1726,7 +1726,7 @@ iwl_mvm_netdetect_query_results(struct iwl_mvm *mvm,
        results->matched_profiles = le32_to_cpu(query->matched_profiles);
        memcpy(results->matches, query->matches, sizeof(results->matches));
 
-#ifdef CPTCFG_IWLWIFI_DEBUGFS
+#ifdef CONFIG_IWLWIFI_DEBUGFS
        mvm->last_netdetect_scans = le32_to_cpu(query->n_scans_done);
 #endif
 
This page took 0.029232 seconds and 5 git commands to generate.