Re: [PATCH 2/5] mac80211: add support for MU-MIMO air sniffer
From: kbuild test robot <hidden>
Date: 2016-08-29 14:17:16
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':
quoted
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':quoted
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 Attachments
- .config.gz [application/octet-stream] 25957 bytes