All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3/5] debugfs - Change debugfs directory of IWMC3200.
@ 2009-09-07 12:37 GeunSik Lim
  2009-09-08  1:23 ` Zhu Yi
  0 siblings, 1 reply; 2+ messages in thread
From: GeunSik Lim @ 2009-09-07 12:37 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-kernel, yi.zhu



>From 7dcf9fd3b060ced7fa0c19d056e9aedbf74ae1d9 Mon Sep 17 00:00:00 2001
From: GeunSik,Lim <leemgs1@gmail.com>
Date: Mon, 7 Sep 2009 20:46:13 +0900
Subject: [PATCH 3/5] Change debugfs directory of IWMC3200.

Change default debugfs directory that mount for debugging
IWMC3200(Intel Wireless Multicomm 3200 WiFi driver).

As we all know, We need change default directory for consistency of
debugfs by Greg.K.H

Signed-off-by: GeunSik Lim <geunsik.lim@samsung.com>
---
 drivers/net/wireless/iwmc3200wifi/Kconfig |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/net/wireless/iwmc3200wifi/Kconfig b/drivers/net/wireless/iwmc3200wifi/Kconfig
index 030401d..ec5379d 100644
--- a/drivers/net/wireless/iwmc3200wifi/Kconfig
+++ b/drivers/net/wireless/iwmc3200wifi/Kconfig
@@ -25,8 +25,8 @@ config IWM_DEBUG
 	  To see the list of debug modules and levels, see iwm/debug.h
 
 	  For example, if you want the full MLME debug output:
-	  echo 0xff > /debug/iwm/phyN/debug/mlme
+	  echo 0xff > /sys/kernel/debug/iwm/phyN/debug/mlme
 
 	  Or, if you want the full debug, for all modules:
-	  echo 0xff > /debug/iwm/phyN/debug/level
-	  echo 0xff > /debug/iwm/phyN/debug/modules
+	  echo 0xff > /sys/kernel/debug/iwm/phyN/debug/level
+	  echo 0xff > /sys/kernel/debug/iwm/phyN/debug/modules
-- 
1.6.3.1


-----------------------------------------------
To unsubscribe from this list: send the line "unsubscribe linux-***" 
in the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

GeunSik Lim ( Samsung Electronics )
e-Mail  :1) geunsik.lim@samsung.com
         2) leemgs@gmail.com , leemgs1@gmail.com
HomePage: http://blog.naver.com/invain/
-----------------------------------------------


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 3/5] debugfs - Change debugfs directory of IWMC3200.
  2009-09-07 12:37 [PATCH 3/5] debugfs - Change debugfs directory of IWMC3200 GeunSik Lim
@ 2009-09-08  1:23 ` Zhu Yi
  0 siblings, 0 replies; 2+ messages in thread
From: Zhu Yi @ 2009-09-08  1:23 UTC (permalink / raw)
  To: leemgs1; +Cc: Greg KH, linux-kernel

On Mon, 2009-09-07 at 20:37 +0800, GeunSik Lim wrote:
> From: GeunSik,Lim <leemgs1@gmail.com>
> Date: Mon, 7 Sep 2009 20:46:13 +0900
> Subject: [PATCH 3/5] Change debugfs directory of IWMC3200.
> 
> Change default debugfs directory that mount for debugging
> IWMC3200(Intel Wireless Multicomm 3200 WiFi driver).
> 
> As we all know, We need change default directory for consistency of
> debugfs by Greg.K.H
> 
> Signed-off-by: GeunSik Lim <geunsik.lim@samsung.com>

Acked-by: Zhu Yi <yi.zhu@intel.com>

Thanks,
-yi


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-09-08  1:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-07 12:37 [PATCH 3/5] debugfs - Change debugfs directory of IWMC3200 GeunSik Lim
2009-09-08  1:23 ` Zhu Yi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.