tree:
https://chromium.googlesource.com/chromiumos/third_party/kernel chromeos-5.10
head: 4624b046123614fbe6e00807cef98d1d7eb90382
commit: 3f9a790d9b017221350793f97c01ed8df45b7579 [54/157] UPSTREAM: mt76: mt7915: support
32 station interfaces
config: x86_64-randconfig-a014-20210715 (attached as .config)
compiler: gcc-10 (Ubuntu 10.3.0-1ubuntu1~20.04) 10.3.0
reproduce (this is a W=1 build):
git remote add chrome-os
https://chromium.googlesource.com/chromiumos/third_party/kernel
git fetch --no-tags chrome-os chromeos-5.10
git checkout 3f9a790d9b017221350793f97c01ed8df45b7579
# save the attached .config to linux build tree
mkdir build_dir
make W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp(a)intel.com>
All errors (new ones prefixed by >>):
> drivers/net/wireless/mediatek/mt76/mt7915/init.c:203:2: error:
expected expression before '}' token
203 | }, {
| ^
vim +203 drivers/net/wireless/mediatek/mt76/mt7915/init.c
192
193 static const struct ieee80211_iface_limit if_limits[] = {
194 {
195 .max = 1,
196 .types = BIT(NL80211_IFTYPE_ADHOC)
197 }, {
198 .max = 16,
199 .types = BIT(NL80211_IFTYPE_AP) |
200 #ifdef CONFIG_MAC80211_MESH
201 BIT(NL80211_IFTYPE_MESH_POINT)
202 #endif
203 }, {
204 .max = MT7915_MAX_INTERFACES,
205 .types = BIT(NL80211_IFTYPE_STATION)
206 }
207 };
208
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org