diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-debug.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-debug.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-debug.h b/drivers/net/wireless/iwlwifi/iwl-debug.h index 2b48a4c01776..84b7772809e3 100644 --- a/drivers/net/wireless/iwlwifi/iwl-debug.h +++ b/drivers/net/wireless/iwlwifi/iwl-debug.h | |||
@@ -101,13 +101,12 @@ static inline void iwl_dbgfs_unregister(struct iwl_priv *priv) | |||
101 | * | 101 | * |
102 | * To add your debug level to the list of levels seen when you perform | 102 | * To add your debug level to the list of levels seen when you perform |
103 | * | 103 | * |
104 | * % cat /proc/net/iwl/debug_level | 104 | * % cat /sys/class/net/wlanX/device/debug_level |
105 | * | 105 | * |
106 | * you simply need to add your entry to the iwl_debug_levels array. | 106 | * you simply need to add your entry to the iwl_debug_levels array. |
107 | * | 107 | * |
108 | * If you do not see debug_level in /proc/net/iwl then you do not have | 108 | * If you do not see debug_level in /sys/class/net/wlanX/device/debug_level |
109 | * CONFIG_IWLWIFI_DEBUG defined in your kernel configuration | 109 | * then you do not have CONFIG_IWLWIFI_DEBUG defined in your kernel config file |
110 | * | ||
111 | */ | 110 | */ |
112 | 111 | ||
113 | #define IWL_DL_INFO (1 << 0) | 112 | #define IWL_DL_INFO (1 << 0) |