From patchwork Mon May 24 05:56:30 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [4/8] UBUNTU: [Config] Enable CONFIG_IWLWIFI_DEVICE_TRACING=y Date: Sun, 23 May 2010 19:56:30 -0000 From: Leann Ogasawara X-Patchwork-Id: 53385 Message-Id: <1274680590.24569.3505.camel@emiko> To: kernel-team >From 6c33fd9a71367f6f9673a3e3e45d322c285a411e Mon Sep 17 00:00:00 2001 From: Leann Ogasawara Date: Sun, 23 May 2010 11:25:10 -0700 Subject: [PATCH 4/8] UBUNTU: [Config] Enable CONFIG_IWLWIFI_DEVICE_TRACING=y Enable CONFIG_IWLWIFI_DEVICE_TRACING=y for ports and ubuntu. This option enables tracing of all commands, including TX frames and IO accesses, sent to the device. Signed-off-by: Leann Ogasawara --- debian.master/config/config.common.ports | 2 +- debian.master/config/config.common.ubuntu | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian.master/config/config.common.ports b/debian.master/config/config.common.ports index d28f5f2..61cdadc 100644 --- a/debian.master/config/config.common.ports +++ b/debian.master/config/config.common.ports @@ -1612,7 +1612,7 @@ CONFIG_IWL5000=y CONFIG_IWLAGN=m CONFIG_IWLWIFI=m # CONFIG_IWLWIFI_DEBUG is not set -# CONFIG_IWLWIFI_DEVICE_TRACING is not set +CONFIG_IWLWIFI_DEVICE_TRACING=y CONFIG_IWM=m CONFIG_IWMC3200TOP=m # CONFIG_IWMC3200TOP_DEBUG is not set diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index 1dbdd1c..c46ed3d 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -1975,7 +1975,7 @@ CONFIG_IWL5000=y CONFIG_IWLAGN=m CONFIG_IWLWIFI=m # CONFIG_IWLWIFI_DEBUG is not set -# CONFIG_IWLWIFI_DEVICE_TRACING is not set +CONFIG_IWLWIFI_DEVICE_TRACING=y CONFIG_IWM=m CONFIG_IWMC3200TOP=m # CONFIG_IWMC3200TOP_DEBUG is not set