linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Grzegorz Bajorski <grzegorz.bajorski@tieto.com>
Cc: kbuild-all@01.org, ath10k@lists.infradead.org,
	linux-wireless@vger.kernel.org,
	Grzegorz Bajorski <grzegorz.bajorski@tieto.com>
Subject: Re: [PATCH] ath10k: deliver mgmt frames from htt to monitor vifs only
Date: Mon, 30 Nov 2015 23:46:37 +0800	[thread overview]
Message-ID: <201511302359.rK95MAao%fengguang.wu@intel.com> (raw)
In-Reply-To: <1448888219-2798-1-git-send-email-grzegorz.bajorski@tieto.com>

[-- Attachment #1: Type: text/plain, Size: 1793 bytes --]

Hi Grzegorz,

[auto build test ERROR on: net-next/master]
[also build test ERROR on: v4.4-rc3 next-20151127]

url:    https://github.com/0day-ci/linux/commits/Grzegorz-Bajorski/ath10k-deliver-mgmt-frames-from-htt-to-monitor-vifs-only/20151130-205850
config: i386-allmodconfig (attached as .config)
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   drivers/net/wireless/ath/ath10k/htt_rx.c: In function 'ath10k_htt_rx_h_mpdu':
>> drivers/net/wireless/ath/ath10k/htt_rx.c:1391:6: error: 'RX_FLAG_ONLY_MONITOR' undeclared (first use in this function)
         RX_FLAG_ONLY_MONITOR |
         ^
   drivers/net/wireless/ath/ath10k/htt_rx.c:1391:6: note: each undeclared identifier is reported only once for each function it appears in
--
   drivers/net/wireless/ath/ath10k/wmi.c: In function 'ath10k_wmi_event_mgmt_rx':
>> drivers/net/wireless/ath/ath10k/wmi.c:2263:18: error: 'RX_FLAG_SKIP_MONITOR' undeclared (first use in this function)
     status->flag |= RX_FLAG_SKIP_MONITOR;
                     ^
   drivers/net/wireless/ath/ath10k/wmi.c:2263:18: note: each undeclared identifier is reported only once for each function it appears in

vim +/RX_FLAG_ONLY_MONITOR +1391 drivers/net/wireless/ath/ath10k/htt_rx.c

  1385	
  1386		/* Clear per-MPDU flags while leaving per-PPDU flags intact. */
  1387		status->flag &= ~(RX_FLAG_FAILED_FCS_CRC |
  1388				  RX_FLAG_MMIC_ERROR |
  1389				  RX_FLAG_DECRYPTED |
  1390				  RX_FLAG_IV_STRIPPED |
> 1391				  RX_FLAG_ONLY_MONITOR |
  1392				  RX_FLAG_MMIC_STRIPPED);
  1393	
  1394		if (has_fcs_err)

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 52613 bytes --]

  reply	other threads:[~2015-11-30 15:45 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-30 12:56 [PATCH] ath10k: deliver mgmt frames from htt to monitor vifs only Grzegorz Bajorski
2015-11-30 15:46 ` kbuild test robot [this message]
2015-11-30 19:44 ` Peter Oh
2015-12-01  9:42   ` Grzegorz Bajorski
2016-03-04  8:47 ` Valo, Kalle
2016-03-11 12:12 ` Valo, Kalle

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=201511302359.rK95MAao%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=ath10k@lists.infradead.org \
    --cc=grzegorz.bajorski@tieto.com \
    --cc=kbuild-all@01.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).