[mac80211-next:vht-he 11/14] net/mac80211/vht.c:307:4: error: expected ')' before 'break'
From: kbuild test robot <hidden>
Date: 2017-02-15 14:33:55
Attachments
- .config.gz [application/gzip] 26999 bytes
From: kbuild test robot <hidden>
Date: 2017-02-15 14:33:55
tree: https://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git vht-he head: 860f13022f1783b9ac8e5ce4aed06ac9dbf110cb commit: 5df804200a23280b5c7955996897a5a235a96cb7 [11/14] mac80211: copy VHT EXT NSS BW Support/Capable data to station config: x86_64-randconfig-x000-201707 (attached as .config) compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901 reproduce: git checkout 5df804200a23280b5c7955996897a5a235a96cb7 # save the attached .config to linux build tree make ARCH=x86_64 All errors (new ones prefixed by >>): net/mac80211/vht.c: In function 'ieee80211_vht_cap_ie_to_sta_vht_cap':
quoted
net/mac80211/vht.c:307:4: error: expected ')' before 'break'
break;
^~~~~quoted
net/mac80211/vht.c:316:2: error: expected expression before '}' token
}
^
vim +307 net/mac80211/vht.c
301 break;
302 default:
303 sta->cur_max_bandwidth = IEEE80211_STA_RX_BW_80;
304
305 if (!(vht_cap->vht_mcs.tx_highest &
306 cpu_to_le16(IEEE80211_VHT_EXT_NSS_BW_CAPABLE))
> 307 break;
308
309 /*
310 * If this is non-zero, then it does support 160 MHz after all,
311 * in one form or the other. We don't distinguish here (or even
312 * above) between 160 and 80+80 yet.
313 */
314 if (cap_info & IEEE80211_VHT_CAP_EXT_NSS_BW_MASK)
315 sta->cur_max_bandwidth = IEEE80211_STA_RX_BW_160;
> 316 }
317
318 sta->sta.bandwidth = ieee80211_sta_cur_vht_bw(sta);
319
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation