aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-fw.h
diff options
context:
space:
mode:
authorLiad Kaufman <liad.kaufman@intel.com>2015-05-19 13:47:03 +0300
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>2015-06-03 09:40:13 +0300
commit6a8ac59c80d74df0a6e2280ebec77b307d8c077a (patch)
tree670d225963fcb0c1874c5490a41aadf7e2e25986 /drivers/net/wireless/iwlwifi/iwl-fw.h
parentiwlwifi: mvm: rs: pass rate directly to column checks (diff)
downloadlinux-dev-6a8ac59c80d74df0a6e2280ebec77b307d8c077a.tar.xz
linux-dev-6a8ac59c80d74df0a6e2280ebec77b307d8c077a.zip
iwlwifi: wrt: add mipi type to debug types
This adds the MIPI mode type to the types declared supported by the driver. Without this patch, when using MIPI mode and looking at the logs the user would see the debug destination "UNKNOWN". Signed-off-by: Liad Kaufman <liad.kaufman@intel.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-fw.h')
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-fw.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-fw.h b/drivers/net/wireless/iwlwifi/iwl-fw.h
index cf75bafae51d..cdc7f1edaed9 100644
--- a/drivers/net/wireless/iwlwifi/iwl-fw.h
+++ b/drivers/net/wireless/iwlwifi/iwl-fw.h
@@ -6,7 +6,7 @@
* GPL LICENSE SUMMARY
*
* Copyright(c) 2008 - 2014 Intel Corporation. All rights reserved.
- * Copyright(c) 2013 - 2014 Intel Mobile Communications GmbH
+ * Copyright(c) 2013 - 2015 Intel Mobile Communications GmbH
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of version 2 of the GNU General Public License as
@@ -205,6 +205,8 @@ static inline const char *get_fw_dbg_mode_string(int mode)
return "EXTERNAL_DRAM";
case MARBH_MODE:
return "MARBH";
+ case MIPI_MODE:
+ return "MIPI";
default:
return "UNKNOWN";
}