Hi Dundi, Thank you for the patch! Yet something to improve: [auto build test ERROR on ath6kl/ath-next] [also build test ERROR on v5.0-rc4 next-20190212] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Dundi-Raviteja/ath10k-Enable-support-for-beacon-interval-per-VAP/20190213-045008 base: https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git ath-next config: nds32-allyesconfig (attached as .config) compiler: nds32le-linux-gcc (GCC) 6.4.0 reproduce: wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # save the attached .config to linux build tree GCC_VERSION=6.4.0 make.cross ARCH=nds32 All error/warnings (new ones prefixed by >>): In file included from drivers/net/wireless/ath/ath10k/core.h:33:0, from drivers/net/wireless/ath/ath10k/wmi.c:22: drivers/net/wireless/ath/ath10k/wmi-tlv.h: In function 'wmi_tlv_svc_map_ext': >> drivers/net/wireless/ath/ath10k/wmi-tlv.h:1571:9: error: 'WMI_TLV_SERVICE_VDEV_DIFFERENT_BEACON_INTERVAL_SUPPORT' undeclared (first use in this function) SVCMAP(WMI_TLV_SERVICE_VDEV_DIFFERENT_BEACON_INTERVAL_SUPPORT, ^ drivers/net/wireless/ath/ath10k/wmi.h:494:4: note: in definition of macro 'WMI_SERVICE_IS_ENABLED' ((svc_id) < (len) && \ ^~~~~~ >> drivers/net/wireless/ath/ath10k/wmi-tlv.h:1571:2: note: in expansion of macro 'SVCMAP' SVCMAP(WMI_TLV_SERVICE_VDEV_DIFFERENT_BEACON_INTERVAL_SUPPORT, ^~~~~~ drivers/net/wireless/ath/ath10k/wmi-tlv.h:1571:9: note: each undeclared identifier is reported only once for each function it appears in SVCMAP(WMI_TLV_SERVICE_VDEV_DIFFERENT_BEACON_INTERVAL_SUPPORT, ^ drivers/net/wireless/ath/ath10k/wmi.h:494:4: note: in definition of macro 'WMI_SERVICE_IS_ENABLED' ((svc_id) < (len) && \ ^~~~~~ >> drivers/net/wireless/ath/ath10k/wmi-tlv.h:1571:2: note: in expansion of macro 'SVCMAP' SVCMAP(WMI_TLV_SERVICE_VDEV_DIFFERENT_BEACON_INTERVAL_SUPPORT, ^~~~~~ vim +/WMI_TLV_SERVICE_VDEV_DIFFERENT_BEACON_INTERVAL_SUPPORT +1571 drivers/net/wireless/ath/ath10k/wmi-tlv.h 1561 1562 static inline void 1563 wmi_tlv_svc_map_ext(const __le32 *in, unsigned long *out, size_t len) 1564 { 1565 SVCMAP(WMI_TLV_SERVICE_SPOOF_MAC_SUPPORT, 1566 WMI_SERVICE_SPOOF_MAC_SUPPORT, 1567 WMI_TLV_MAX_SERVICE); 1568 SVCMAP(WMI_TLV_SERVICE_THERM_THROT, 1569 WMI_SERVICE_THERM_THROT, 1570 WMI_TLV_MAX_SERVICE); > 1571 SVCMAP(WMI_TLV_SERVICE_VDEV_DIFFERENT_BEACON_INTERVAL_SUPPORT, 1572 WMI_SERVICE_VDEV_DIFFERENT_BEACON_INTERVAL_SUPPORT, 1573 WMI_TLV_MAX_SERVICE); 1574 } 1575 --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip