Return-path: Received: from mail-ob0-f172.google.com ([209.85.214.172]:55559 "EHLO mail-ob0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755997AbaIWOba (ORCPT ); Tue, 23 Sep 2014 10:31:30 -0400 Received: by mail-ob0-f172.google.com with SMTP id uz6so2578507obc.31 for ; Tue, 23 Sep 2014 07:31:29 -0700 (PDT) Date: Tue, 23 Sep 2014 09:31:24 -0500 From: Seth Forshee To: Michael Tokarev Cc: Arend van Spriel , brcm80211-dev-list@broadcom.com, linux-wireless@vger.kernel.org, netdev@vger.kernel.org Subject: Re: BCM4313 & brcmsmac & 3.12: only semi-working? Message-ID: <20140923143124.GC19016@ubuntu-hedt> (sfid-20140923_163136_691098_CFF9DDA1) References: <53FDACD1.8090805@msgid.tls.msk.ru> <53FDF8EB.4050905@broadcom.com> <54169D4F.2090607@broadcom.com> <541EEF17.7020806@msgid.tls.msk.ru> <542145B1.4030202@msgid.tls.msk.ru> <54216BF1.3060500@broadcom.com> <20140923134419.GA19016@ubuntu-hedt> <54217AA5.2060803@broadcom.com> <542182BE.2000606@msgid.tls.msk.ru> <542183A6.4070207@msgid.tls.msk.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <542183A6.4070207@msgid.tls.msk.ru> Sender: linux-wireless-owner@vger.kernel.org List-ID: On Tue, Sep 23, 2014 at 06:28:54PM +0400, Michael Tokarev wrote: > 23.09.2014 18:25, Michael Tokarev wrote: > > 23.09.2014 17:50, Arend van Spriel wrote: > >> On 09/23/14 15:44, Seth Forshee wrote: > [] > >>> It's been quite some time since I used them, but I think brcmsmac_tx is > >>> quite noisy so you may only want to enable that if you already suspect a > >>> tx problem. I always find it useful to enable the mac80211 and > >>> mac80211_msg events too when debugging wireless, and I often enable > >>> cfg80211 events as well (none of these are especially verbose). > > mac80211_msg does not exist, it looks like. fwiw. Did you check your kernel's config? You need to have CONFIG_MAC80211_MESSAGE_TRACING enabled. Seth