| Submitter | Paolo Pisati |
|---|---|
| Date | Sept. 27, 2011, 2:52 p.m. |
| Message ID | <1317135154-5908-2-git-send-email-paolo.pisati@canonical.com> |
| Download | mbox | patch |
| Permalink | /patch/116619/ |
| State | New |
| Headers | show |
Comments
Hi, On Tue, Sep 27, 2011 at 10:52 PM, Paolo Pisati <paolo.pisati@canonical.com> wrote: > BugLink: http://bugs.launchpad.net/bugs/855969 > > Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com> > --- > debian.ti-omap4/config/config.common.ubuntu | 12 +----------- > 1 files changed, 1 insertions(+), 11 deletions(-) > > diff --git a/debian.ti-omap4/config/config.common.ubuntu b/debian.ti-omap4/config/config.common.ubuntu > index a1706b2..f364a0e 100644 > --- a/debian.ti-omap4/config/config.common.ubuntu > +++ b/debian.ti-omap4/config/config.common.ubuntu > @@ -1550,26 +1550,16 @@ CONFIG_M25PXX_USE_FAST_READ=y > CONFIG_MA600_DONGLE=m > CONFIG_MAC80211=y > CONFIG_MAC80211_DEBUGFS=y > -# CONFIG_MAC80211_DEBUG_COUNTERS is not set > -CONFIG_MAC80211_DEBUG_MENU=y > -# CONFIG_MAC80211_DRIVER_API_TRACER is not set Looks like API_TRACER shouldn't be disabled because it is useful to troubleshoot some issues related user space calling, and it does not produce any noise dump and is nothing to do with bug 855969. thanks, -- Ming Lei
Patch
diff --git a/debian.ti-omap4/config/config.common.ubuntu b/debian.ti-omap4/config/config.common.ubuntu index a1706b2..f364a0e 100644 --- a/debian.ti-omap4/config/config.common.ubuntu +++ b/debian.ti-omap4/config/config.common.ubuntu @@ -1550,26 +1550,16 @@ CONFIG_M25PXX_USE_FAST_READ=y CONFIG_MA600_DONGLE=m CONFIG_MAC80211=y CONFIG_MAC80211_DEBUGFS=y -# CONFIG_MAC80211_DEBUG_COUNTERS is not set -CONFIG_MAC80211_DEBUG_MENU=y -# CONFIG_MAC80211_DRIVER_API_TRACER is not set +# CONFIG_MAC80211_DEBUG_MENU is not set CONFIG_MAC80211_HAS_RC=y -# CONFIG_MAC80211_HT_DEBUG is not set CONFIG_MAC80211_HWSIM=m -# CONFIG_MAC80211_IBSS_DEBUG is not set CONFIG_MAC80211_LEDS=y CONFIG_MAC80211_MESH=y -# CONFIG_MAC80211_NOINLINE is not set CONFIG_MAC80211_RC_DEFAULT="minstrel_ht" CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y CONFIG_MAC80211_RC_MINSTREL=y CONFIG_MAC80211_RC_MINSTREL_HT=y # CONFIG_MAC80211_RC_PID is not set -# CONFIG_MAC80211_TKIP_DEBUG is not set -CONFIG_MAC80211_VERBOSE_DEBUG=y -# CONFIG_MAC80211_VERBOSE_MHWMP_DEBUG is not set -# CONFIG_MAC80211_VERBOSE_MPL_DEBUG is not set -# CONFIG_MAC80211_VERBOSE_PS_DEBUG is not set # CONFIG_MACH_CM_T35 is not set # CONFIG_MACH_CM_T3517 is not set # CONFIG_MACH_CRANEBOARD is not set
BugLink: http://bugs.launchpad.net/bugs/855969 Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com> --- debian.ti-omap4/config/config.common.ubuntu | 12 +----------- 1 files changed, 1 insertions(+), 11 deletions(-)