All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kalle Valo <kvalo@codeaurora.org>
To: Anilkumar Kolli <akolli@codeaurora.org>
Cc: ath11k@lists.infradead.org
Subject: Re: [PATCH v3] ath11k: fix build issues on disabling ATH11K_DEBUG
Date: Mon,  6 May 2019 13:03:43 +0000 (UTC)	[thread overview]
Message-ID: <20190506130343.65563608FC@smtp.codeaurora.org> (raw)
In-Reply-To: <1556860487-31604-1-git-send-email-akolli@codeaurora.org>

Anilkumar Kolli <akolli@codeaurora.org> wrote:

> On CONFIG_ATH11K_DEBUG disable fix these build errors
> 
> ath11k/dp_rx.c: In function ‘ath11k_htt_pull_ppdu_stats’:
> ath11k/dp_rx.c:991:8: error: ‘struct ath11k’ has no member named
> ‘debug’
>   if (ar->debug.pktlog_mode == ATH11K_PKTLOG_MODE_LITE) {
>         ^
> ath11k/dp_rx.c: In function ‘ath11k_dp_rx_process_mon_status’:
> ath11k/dp_rx.c:2278:10: error: ‘struct ath11k’ has no member
> named ‘debug’
>    if (!ar->debug.pktlog_peer_valid) {
>           ^
> ath11k/dp_rx.c:2307:9: error: ‘struct ath11k’ has no member named
> ‘debug’
>    if (ar->debug.pktlog_peer_valid &&
>          ^
> ath11k/dp_rx.c:2308:38: error: ‘struct ath11k’ has no member
> named ‘debug’
>        ether_addr_equal(peer->addr, ar->debug.pktlog_peer_addr)) {
> 
> Signed-off-by: Anilkumar Kolli <akolli@codeaurora.org>

Patch applied to ath.git, thanks.

58ee85958c42 ath11k: fix build issues on disabling ATH11K_DEBUG

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

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


_______________________________________________
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k

      reply	other threads:[~2019-05-06 13:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-03  5:14 [PATCH v3] ath11k: fix build issues on disabling ATH11K_DEBUG Anilkumar Kolli
2019-05-06 13:03 ` Kalle Valo [this message]

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=20190506130343.65563608FC@smtp.codeaurora.org \
    --to=kvalo@codeaurora.org \
    --cc=akolli@codeaurora.org \
    --cc=ath11k@lists.infradead.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.