Linux wireless drivers development
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Luca Coelho <luca@coelho.fi>
Cc: kbuild-all@01.org, johannes@sipsolutions.net,
	linux-wireless@vger.kernel.org
Subject: Re: [PATCH 2/5] mac80211: add support for MU-MIMO air sniffer
Date: Mon, 29 Aug 2016 22:16:42 +0800	[thread overview]
Message-ID: <201608292247.GlBNkhbx%fengguang.wu@intel.com> (raw)
In-Reply-To: <1472477998-25972-2-git-send-email-luca@coelho.fi>

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

Hi Aviya,

[auto build test ERROR on mac80211-next/master]
[also build test ERROR on v4.8-rc4 next-20160825]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
[Suggest to use git(>=2.9.0) format-patch --base=<commit> (or --base=auto for convenience) to record what (public, well-known) commit your patch series was built on]
[Check https://git-scm.com/docs/git-format-patch for more information]

url:    https://github.com/0day-ci/linux/commits/Luca-Coelho/cfg80211-clarify-the-requirements-of-disconnect/20160829-214608
base:   https://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git master
config: x86_64-randconfig-x001-201635 (attached as .config)
compiler: gcc-6 (Debian 6.1.1-9) 6.1.1 20160705
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

   net/mac80211/cfg.c: In function 'ieee80211_change_iface':
>> net/mac80211/cfg.c:93:36: error: 'union <anonymous>' has no member named 'mntr'
       ether_addr_copy(monitor_sdata->u.mntr.mu_follow_addr,
                                       ^
--
   net/mac80211/rx.c: In function 'ieee80211_rx_monitor':
>> net/mac80211/rx.c:598:42: error: 'union <anonymous>' has no member named 'mntr'
         is_valid_ether_addr(monitor_sdata->u.mntr.mu_follow_addr) &&
                                             ^
   net/mac80211/rx.c:599:49: error: 'union <anonymous>' has no member named 'mntr'
         ether_addr_equal(mgmt->da, monitor_sdata->u.mntr.mu_follow_addr)) {
                                                    ^

vim +93 net/mac80211/cfg.c

    87				       params->vht_mumimo_groups + WLAN_MEMBERSHIP_LEN,
    88				       WLAN_USER_POSITION_LEN);
    89				monitor_sdata->vif.mu_mimo_owner = true;
    90				ieee80211_bss_info_change_notify(monitor_sdata,
    91								 BSS_CHANGED_MU_GROUPS);
    92	
  > 93				ether_addr_copy(monitor_sdata->u.mntr.mu_follow_addr,
    94						params->macaddr);
    95			}
    96	

---
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: 25957 bytes --]

      reply	other threads:[~2016-08-29 14:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-29 13:39 [PATCH 2/5] mac80211: add support for MU-MIMO air sniffer Luca Coelho
2016-08-29 14:16 ` kbuild test robot [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=201608292247.GlBNkhbx%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=johannes@sipsolutions.net \
    --cc=kbuild-all@01.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=luca@coelho.fi \
    /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