tree:
https://github.com/nbd168/wireless mt76-pending
head: 6d05d3893e4ce8038ab333a8f058eb1cee536260
commit: b603ed159ad2df6276dd7a8a43a047b9709c7353 [13/26] mt76: mt7915: support 32 station
interfaces
config: microblaze-randconfig-r033-20200929 (attached as .config)
compiler: microblaze-linux-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
wget
https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O
~/bin/make.cross
chmod +x ~/bin/make.cross
#
https://github.com/nbd168/wireless/commit/b603ed159ad2df6276dd7a8a43a047b...
git remote add nbd168-wireless
https://github.com/nbd168/wireless
git fetch --no-tags nbd168-wireless mt76-pending
git checkout b603ed159ad2df6276dd7a8a43a047b9709c7353
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=microblaze
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