diff options
author | Ester Kummer <ester.kummer@intel.com> | 2008-05-05 23:05:11 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-05-14 16:29:47 -0400 |
commit | 8cf769c6dcb7b83d380f20d2873ac20ec7a734b1 (patch) | |
tree | 1bca8925319b81e846a30c9a48843ddbc774e326 /drivers/net/wireless/iwlwifi/Kconfig | |
parent | 5d9276daa4c489e9c37c0f0cda915ece632f3cf1 (diff) |
iwlwifi: move debug_level to sysfs/bus/pci/devices
This patch ports the debug_level from sysfs/bus/pci/drivers/iwl4965
to /sys/class/net/wlanX/device/debug_level
Signed-off-by: Ester Kummer <ester.kummer@intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/Kconfig')
-rw-r--r-- | drivers/net/wireless/iwlwifi/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/Kconfig b/drivers/net/wireless/iwlwifi/Kconfig index cc0006900b30..193e48f3ed51 100644 --- a/drivers/net/wireless/iwlwifi/Kconfig +++ b/drivers/net/wireless/iwlwifi/Kconfig | |||
@@ -97,13 +97,13 @@ config IWLWIFI_DEBUG | |||
97 | control which debug output is sent to the kernel log by setting the | 97 | control which debug output is sent to the kernel log by setting the |
98 | value in | 98 | value in |
99 | 99 | ||
100 | /sys/bus/pci/drivers/${DRIVER}/debug_level | 100 | /sys/class/net/wlan0/device/debug_level |
101 | 101 | ||
102 | This entry will only exist if this option is enabled. | 102 | This entry will only exist if this option is enabled. |
103 | 103 | ||
104 | To set a value, simply echo an 8-byte hex value to the same file: | 104 | To set a value, simply echo an 8-byte hex value to the same file: |
105 | 105 | ||
106 | % echo 0x43fff > /sys/bus/pci/drivers/${DRIVER}/debug_level | 106 | % echo 0x43fff > /sys/class/net/wlan0/device/debug_level |
107 | 107 | ||
108 | You can find the list of debug mask values in: | 108 | You can find the list of debug mask values in: |
109 | drivers/net/wireless/iwlwifi/iwl-4965-debug.h | 109 | drivers/net/wireless/iwlwifi/iwl-4965-debug.h |