All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kalle Valo <kvalo@codeaurora.org>
To: Arend Van Spriel <arend.vanspriel@broadcom.com>
Cc: linux-wireless@vger.kernel.org,
	Arend van Spriel <arend.vanspriel@broadcom.com>
Subject: Re: [1/7] brcmfmac: handle FWHALT mailbox indication
Date: Mon, 25 Sep 2017 08:18:16 +0000 (UTC)	[thread overview]
Message-ID: <20170925081816.E31B560C6B@smtp.codeaurora.org> (raw)
In-Reply-To: <1505208143-30166-2-git-send-email-arend.vanspriel@broadcom.com>

Arend Van Spriel <arend.vanspriel@broadcom.com> wrote:

> The firmware uses a mailbox to communicate to the host what is going
> on. In the driver we validate the bit received. Various people seen
> the following message:
> 
>  brcmfmac: brcmf_sdio_hostmail: Unknown mailbox data content: 0x40012
> 
> Bit 4 is cause of this message, but this actually indicates the firmware
> has halted. Handle this bit by giving a more meaningful error message.
> 
> Reviewed-by: Hante Meuleman <hante.meuleman@broadcom.com>
> Reviewed-by: Pieter-Paul Giesberts <pieter-paul.giesberts@broadcom.com>
> Reviewed-by: Franky Lin <franky.lin@broadcom.com>
> Signed-off-by: Arend van Spriel <arend.vanspriel@broadcom.com>

Failed to compile:

drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c: In function ‘brcmf_p2p_escan’:
drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c:695:23: error: ‘BRCMF_SCANTYPE_ACTIVE’ undeclared (first use in this function)
  sparams->scan_type = BRCMF_SCANTYPE_ACTIVE;
                       ^
drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c:695:23: note: each undeclared identifier is reported only once for each function it appears in
make[6]: *** [drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.o] Error 1
make[6]: *** Waiting for unfinished jobs....
make[5]: *** [drivers/net/wireless/broadcom/brcm80211/brcmfmac] Error 2
make[4]: *** [drivers/net/wireless/broadcom/brcm80211] Error 2
make[3]: *** [drivers/net/wireless/broadcom] Error 2
make[2]: *** [drivers/net/wireless] Error 2
make[1]: *** [drivers/net] Error 2
make: *** [drivers] Error 2

7 patches set to Changes Requested.

9948825 [1/7] brcmfmac: handle FWHALT mailbox indication
9948831 [2/7] brcmfmac: disable packet filtering in promiscuous mode
9948829 [3/7] brcmfmac: cleanup brcmf_cfg80211_escan() function
9948833 [4/7] brcmfmac: use msecs_to_jiffies() instead of calculation using HZ
9948827 [5/7] brcmfmac: get rid of brcmf_cfg80211_escan() function
9948823 [6/7] brcmfmac: get rid of struct brcmf_cfg80211_info::active_scan field
9948835 [7/7] brcmfmac: move configuration of probe request IEs

-- 
https://patchwork.kernel.org/patch/9948825/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

  reply	other threads:[~2017-09-25  8:18 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-12  9:22 [PATCH 0/7] brcmfmac: scan code cleanup and more Arend van Spriel
2017-09-12  9:22 ` [PATCH 1/7] brcmfmac: handle FWHALT mailbox indication Arend van Spriel
2017-09-25  8:18   ` Kalle Valo [this message]
2017-09-25  9:26     ` [1/7] " James Hughes
2017-09-25  9:30       ` James Hughes
2017-09-26 11:11         ` Arend van Spriel
2017-09-26 12:05           ` James Hughes
2017-09-12  9:22 ` [PATCH 2/7] brcmfmac: disable packet filtering in promiscuous mode Arend van Spriel
2017-09-12  9:22 ` [PATCH 3/7] brcmfmac: cleanup brcmf_cfg80211_escan() function Arend van Spriel
2017-09-12  9:22 ` [PATCH 4/7] brcmfmac: use msecs_to_jiffies() instead of calculation using HZ Arend van Spriel
2017-09-12  9:22 ` [PATCH 5/7] brcmfmac: get rid of brcmf_cfg80211_escan() function Arend van Spriel
2017-09-12  9:22 ` [PATCH 6/7] brcmfmac: get rid of struct brcmf_cfg80211_info::active_scan field Arend van Spriel
2017-09-12  9:22 ` [PATCH 7/7] brcmfmac: move configuration of probe request IEs Arend van Spriel
  -- strict thread matches above, loose matches on Subject: below --
2017-11-08 10:30 [1/7] brcmfmac: handle FWHALT mailbox indication Arend van Spriel
2017-11-08 12:05 ` Kalle Valo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170925081816.E31B560C6B@smtp.codeaurora.org \
    --to=kvalo@codeaurora.org \
    --cc=arend.vanspriel@broadcom.com \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.